mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
Minor formatting
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3200 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
bd7108a853
commit
981463bb22
@ -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-"
|
||||
|
Loading…
Reference in New Issue
Block a user