Minor formatting
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jan 2008 23:31:09 +0000 (23:31 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jan 2008 23:31:09 +0000 (23:31 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3200 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_skb.c

index 5b0c787df5aa2220192d13a1ec82797c341ce080..7a48b649e904555e139f42e906ff9806630d1c50 100644 (file)
@@ -408,9 +408,9 @@ unref_skb(struct sk_buff *skb, int type,
        }
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-       if ((in_irq() || irqs_disabled()) 
-            && (type == UNREF_USE_KFREE_SKB || type == UNREF_USE_DEV_KFREE_SKB)) 
-       {
+       if ((in_irq() || irqs_disabled()) && 
+                       (type == UNREF_USE_KFREE_SKB || 
+                        type == UNREF_USE_DEV_KFREE_SKB)) {
                skb_print_message(0 /* show_counter */, 
                        skb, func1, line1, func2, line2,
                        "ERROR: free an skb in interrupt context using a non-"