Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6656: int rename INTnsProcessData to vnt_int_process_data

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
e360d2b8 50730604

+3 -3
+1 -1
drivers/staging/vt6656/int.c
··· 145 145 return 0; 146 146 } 147 147 148 - void INTnsProcessData(struct vnt_private *priv) 148 + void vnt_int_process_data(struct vnt_private *priv) 149 149 { 150 150 struct vnt_interrupt_data *int_data; 151 151 struct ieee80211_low_level_stats *low_stats = &priv->low_stats;
+1 -1
drivers/staging/vt6656/int.h
··· 56 56 } __packed; 57 57 58 58 void INTvWorkItem(struct vnt_private *); 59 - void INTnsProcessData(struct vnt_private *); 59 + void vnt_int_process_data(struct vnt_private *); 60 60 61 61 #endif /* __INT_H__ */
+1 -1
drivers/staging/vt6656/usbpipe.c
··· 198 198 199 199 dev_dbg(&priv->usb->dev, "%s status = %d\n", __func__, status); 200 200 } else { 201 - INTnsProcessData(priv); 201 + vnt_int_process_data(priv); 202 202 } 203 203 204 204 status = usb_submit_urb(priv->pInterruptURB, GFP_ATOMIC);