diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2016-03-24 16:50:00 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-24 14:51:24 -0400 |
commit | 3e347660488818070bff7533f8561928e09e1d65 (patch) | |
tree | 317e6af38584b02e5fb644cca29190a0115982e4 /Documentation/networking | |
parent | ba5049945421b8d2f3e2af786a15d13b82316503 (diff) | |
download | op-kernel-dev-3e347660488818070bff7533f8561928e09e1d65.zip op-kernel-dev-3e347660488818070bff7533f8561928e09e1d65.tar.gz |
switchdev: fix typo in comments/doc
Two minor typo.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/switchdev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt index fad6313..2f65912 100644 --- a/Documentation/networking/switchdev.txt +++ b/Documentation/networking/switchdev.txt @@ -386,7 +386,7 @@ used. First phase is to "prepare" anything needed, including various checks, memory allocation, etc. The goal is to handle the stuff that is not unlikely to fail here. The second phase is to "commit" the actual changes. -Switchdev provides an inftrastructure for sharing items (for example memory +Switchdev provides an infrastructure for sharing items (for example memory allocations) between the two phases. The object created by a driver in "prepare" phase and it is queued up by: |