aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/line6/toneport.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-27 21:09:55 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:25 -0700
commita49e483835823ab97028f396531d83b6668734cf (patch)
tree91a426aeb1a6201bf2163e9f175093a128b5b05f /drivers/staging/line6/toneport.h
parent536165d8ef6933131bf7166338eafa77b75f8bb7 (diff)
Staging: line6: coding style cleanups for .h files.
Mostly all line length issues. Skipped the control.h file as it makes sense to leave it alone. Cc: Markus Grabner <grabner@icg.tugraz.at> Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/toneport.h')
-rw-r--r--drivers/staging/line6/toneport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/line6/toneport.h b/drivers/staging/line6/toneport.h
index cd0b19fe7c8..bddc58dd7e3 100644
--- a/drivers/staging/line6/toneport.h
+++ b/drivers/staging/line6/toneport.h
@@ -38,7 +38,8 @@ struct usb_line6_toneport {
extern void toneport_disconnect(struct usb_interface *interface);
-extern int toneport_init(struct usb_interface *interface, struct usb_line6_toneport *toneport);
+extern int toneport_init(struct usb_interface *interface,
+ struct usb_line6_toneport *toneport);
#endif