--- 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to