* [PATCH 2/3] drivers: usb: Fix issue where *'s in multiline comments were not aligned
@ 2023-09-30 20:38 Jonathan Bergh
0 siblings, 0 replies; only message in thread
From: Jonathan Bergh @ 2023-09-30 20:38 UTC (permalink / raw)
To: gregkh; +Cc: linux-usb, linux-kernel, Jonathan Bergh
Fix formatting issue where *'s in multiline comments were not aligned
and should be.
Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
---
drivers/usb/atm/usbatm.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/atm/usbatm.h b/drivers/usb/atm/usbatm.h
index d96658e2e209..500c91b418e4 100644
--- a/drivers/usb/atm/usbatm.h
+++ b/drivers/usb/atm/usbatm.h
@@ -65,10 +65,10 @@
struct usbatm_data;
/*
-* Assuming all methods exist and succeed, they are called in this order:
-*
-* bind, heavy_init, atm_start, ..., atm_stop, unbind
-*/
+ * Assuming all methods exist and succeed, they are called in this order:
+ *
+ * bind, heavy_init, atm_start, ..., atm_stop, unbind
+ */
struct usbatm_driver {
const char *driver_name;
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-30 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 20:38 [PATCH 2/3] drivers: usb: Fix issue where *'s in multiline comments were not aligned Jonathan Bergh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox