netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: socket: fix a typo in sockfd_lookup().
@ 2017-05-21 19:12 Rami Rosen
  2017-05-22 16:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-05-21 19:12 UTC (permalink / raw)
  To: davem; +Cc: netdev, Rami Rosen

This patch fixes a typo in sockfd_lookup() in net/socket.c.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 net/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/socket.c b/net/socket.c
index cb355a7..8f9dab3 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -461,7 +461,7 @@ EXPORT_SYMBOL(sock_from_file);
  *	@err: pointer to an error code return
  *
  *	The file handle passed in is locked and the socket it is bound
- *	too is returned. If an error occurs the err pointer is overwritten
+ *	to is returned. If an error occurs the err pointer is overwritten
  *	with a negative errno code and NULL is returned. The function checks
  *	for both invalid handles and passing a handle which is not a socket.
  *
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] net: socket: fix a typo in sockfd_lookup().
  2017-05-21 19:12 [PATCH net-next] net: socket: fix a typo in sockfd_lookup() Rami Rosen
@ 2017-05-22 16:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-05-22 16:14 UTC (permalink / raw)
  To: rami.rosen; +Cc: netdev

From: Rami Rosen <rami.rosen@intel.com>
Date: Sun, 21 May 2017 22:12:38 +0300

> This patch fixes a typo in sockfd_lookup() in net/socket.c.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-22 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-21 19:12 [PATCH net-next] net: socket: fix a typo in sockfd_lookup() Rami Rosen
2017-05-22 16:14 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).