netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] skbuff: spelling and formatting fixes
@ 2007-12-25  6:59 Matti Linnanvuori
  0 siblings, 0 replies; only message in thread
From: Matti Linnanvuori @ 2007-12-25  6:59 UTC (permalink / raw)
  To: netdev, trivial

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-25  6:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-25  6:59 [patch] skbuff: spelling and formatting fixes Matti Linnanvuori

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).