All of lore.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
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ 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  3:52 ` Simon Fong
2020-01-19  5:32 ` Joe Perches
2020-01-19  5:32   ` Joe Perches
2020-01-19 12:50 ` Greg KH
2020-01-19 12:50   ` Greg KH
2020-01-19 12:52   ` Greg KH
2020-01-19 12:52     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.