| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] fix typo in include/linux/socket.h |
| From: | Olaf Hering <olh@xxxxxxx> |
| Date: | Mon, 14 Feb 2005 18:47:39 +0100 |
| In-reply-to: | <20050212171521.GA3497@xxxxxxx> |
| References: | <20050212171521.GA3497@xxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt und vi sind doch schneller als Notes (und GroupWise) |
I guess we have to reduce the patch to fix just the typo.
Signed-off-by: Olaf Hering <olh@xxxxxxx>
diff -purN linux-2.6.11-rc3-bk8/include/linux/socket.h
linux-2.6.11/include/linux/socket.h
--- linux-2.6.11-rc3-bk8/include/linux/socket.h 2005-02-03 02:56:33.000000000
+0100
+++ linux-2.6.11/include/linux/socket.h 2005-02-12 18:05:10.000000000 +0100
@@ -120,7 +108,7 @@ struct cmsghdr {
* Now it always returns valid, not truncated ancillary object
* HEADER. But caller still MUST check, that cmsg->cmsg_len is
* inside range, given by msg->msg_controllen before using
- * ansillary object DATA. --ANK (980731)
+ * ancillary object DATA. --ANK (980731)
*/
__KINLINE struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [patch 2.6.11-rc3 5/5] r8169: synchronization and balancing when the device is closed, Jon Mason |
|---|---|
| Next by Date: | [PATCH 9/18] drivers/net/ remove pci_find_{device, subsys}, Amit Gud |
| Previous by Thread: | the remaining purpose of cmsg_nxthdr(), Olaf Hering |
| Next by Thread: | Re: [PATCH] fix typo in include/linux/socket.h, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |