All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] include/linux/socket.h: Fix comment
@ 2014-06-04 15:22 Rasmus Villemoes
  2014-06-04 22:08 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Villemoes @ 2014-06-04 15:22 UTC (permalink / raw
  To: Jiri Kosina, David S. Miller; +Cc: linux-kernel, Rasmus Villemoes

File descriptors are always closed on exit :-)

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 include/linux/socket.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/socket.h b/include/linux/socket.h
index 8e98297..99d2466 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -256,7 +256,7 @@ struct ucred {
 #define MSG_EOF         MSG_FIN
 
 #define MSG_FASTOPEN	0x20000000	/* Send data in TCP SYN */
-#define MSG_CMSG_CLOEXEC 0x40000000	/* Set close_on_exit for file
+#define MSG_CMSG_CLOEXEC 0x40000000	/* Set close_on_exec for file
 					   descriptor received through
 					   SCM_RIGHTS */
 #if defined(CONFIG_COMPAT)
-- 
1.9.2


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

* Re: [PATCH trivial] include/linux/socket.h: Fix comment
  2014-06-04 15:22 [PATCH trivial] include/linux/socket.h: Fix comment Rasmus Villemoes
@ 2014-06-04 22:08 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-06-04 22:08 UTC (permalink / raw
  To: linux; +Cc: trivial, linux-kernel


Networking patches should be at a minimum CC:'d to netdev@vger.kernel.org,
thank you.

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

end of thread, other threads:[~2014-06-04 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 15:22 [PATCH trivial] include/linux/socket.h: Fix comment Rasmus Villemoes
2014-06-04 22:08 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.