From 981463bb2271fdc3601e2412f87c33c620060bb6 Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 17 Jan 2008 23:31:09 +0000 Subject: [PATCH] Minor formatting git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3200 0192ed92-7a03-0410-a25b-9323aeb14dbd --- net80211/ieee80211_skb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net80211/ieee80211_skb.c b/net80211/ieee80211_skb.c index 5b0c787..7a48b64 100644 --- a/net80211/ieee80211_skb.c +++ b/net80211/ieee80211_skb.c @@ -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-" -- 2.35.1