lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 25 Dec 2007 07:59:16 +0100 (CET)
From:	Matti Linnanvuori <mattilinnanvuori@...oo.com>
To:	netdev@...r.kernel.org, trivial@...nel.org
Subject: [patch] skbuff: spelling and formatting fixes

--- a/include/linux/skbuff.h	2007-12-25
08:24:51.032348500 +0200
+++ b/include/linux/skbuff.h	2007-12-25
08:38:31.067753500 +0200
@@ -127,7 +127,7 @@ struct sk_buff_head {
 struct sk_buff;
 
 /* To allow 64K frame to be packed as single skb
without frag_list */
-#define MAX_SKB_FRAGS (65536/PAGE_SIZE + 2)
+#define MAX_SKB_FRAGS ((65536 / PAGE_SIZE) + 2)
 
 typedef struct skb_frag_struct skb_frag_t;
 
@@ -394,7 +394,7 @@ static inline void
skb_truesize_check(st
 
 extern int skb_append_datato_frags(struct sock *sk,
struct sk_buff *skb,
 			int getfrag(void *from, char *to, int offset,
-			int len,int odd, struct sk_buff *skb),
+					int len, int odd, struct sk_buff *skb),
 			void *from, int length);
 
 struct skb_seq_state
@@ -1346,7 +1346,7 @@ static inline struct sk_buff
*netdev_all
  *	@len: length up to which to write
  *
  *	Returns true if modifying the header part of the
cloned buffer
- *	does not requires the data to be copied.
+ *	does not require the data to be copied.
  */
 static inline int skb_clone_writable(struct sk_buff
*skb, unsigned int len)
 {



       __________________________________ Ihr erstes Fernweh? Wo gibt es den schönsten Strand? www.yahoo.de/clever
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ