public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] Staging: comedi: usbdux: cleanup long line and align it
@ 2020-01-19  3:52 Simon Fong
  2020-01-19  5:32 ` Joe Perches
  2020-01-19 12:50 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Fong @ 2020-01-19  3:52 UTC (permalink / raw)
  To: abbotti; +Cc: hsweeten, gregkh, colin.king, devel, linux-kernel, Simon Fong

Clean up long line and align it

Signed-off-by: Simon Fong <simon.fongnt@gmail.com>
---
 drivers/staging/comedi/drivers/usbdux.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/usbdux.c b/drivers/staging/comedi/drivers/usbdux.c
index 0350f303d557..b9c0b1a1d86e 100644
--- a/drivers/staging/comedi/drivers/usbdux.c
+++ b/drivers/staging/comedi/drivers/usbdux.c
@@ -204,7 +204,8 @@ struct usbdux_private {
 	struct mutex mut;
 };
 
-static void usbdux_unlink_urbs(struct urb **urbs, int num_urbs)
+static void usbdux_unlink_urbs(struct urb **urbs,
+			       int num_urbs)
 {
 	int i;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-19 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-19  3:52 [PATCH 3/3] Staging: comedi: usbdux: cleanup long line and align it Simon Fong
2020-01-19  5:32 ` Joe Perches
2020-01-19 12:50 ` Greg KH
2020-01-19 12:52   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox