#ifndef US122L_H #define US122L_H struct us122l { struct usb_device *dev; int card_index; int stride; struct usb_stream_kernel sk; struct mutex mutex; struct file *first; unsigned second_periods_polled; struct file *master; struct file *slave; struct list_head midi_list; atomic_t mmap_count; }; #define US122L(c) ((struct us122l *)(c)->private_data) #define NAME_ALLCAPS "US-122L" #define USB_ID_US122L 0x800E #define USB_ID_US144 0x800F #define USB_ID_US122MKII 0x8021 #define USB_ID_US144MKII 0x8020 #endif ry'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2017-02-09 11:21:52 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-09 22:59:34 -0500
commit5e17da634a21b1200853fe82ba67d6571f2beabe (patch)
tree26358cfc1c44c4d6802aaaa134dfd79b7fed0530
parent9878f60240f786286ebfaa8ff9227ef38da1720c (diff)
openvswitch: Fix comments for skb->_nfct
Fix comments referring to skb 'nfct' and 'nfctinfo' fields now that they are combined into '_nfct'. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Joe Stringer <joe@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/openvswitch/conntrack.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c