diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-10-30 06:58:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-30 21:56:41 +0100 |
commit | b2ad5e5fcc7d2385ac7dcf0617a4b22f52245086 (patch) | |
tree | 3dff46f4274f714ad2762e4f2305acf53f9b8014 /net/tipc/socket.c | |
parent | r8152: set RTL8152_UNPLUG when finding -ENODEV (diff) | |
download | linux-b2ad5e5fcc7d2385ac7dcf0617a4b22f52245086.tar.xz linux-b2ad5e5fcc7d2385ac7dcf0617a4b22f52245086.zip |
tipc: spelling errors
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r-- | net/tipc/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 51bddc236a15..ad8a1a1e2275 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -1556,7 +1556,7 @@ static void tipc_data_ready(struct sock *sk) * @tsk: TIPC socket * @msg: message * - * Returns 0 (TIPC_OK) if everyting ok, -TIPC_ERR_NO_PORT otherwise + * Returns 0 (TIPC_OK) if everything ok, -TIPC_ERR_NO_PORT otherwise */ static int filter_connect(struct tipc_sock *tsk, struct sk_buff **buf) { |