From: Jonathan Bergh <bergh.jonathan@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
Jonathan Bergh <bergh.jonathan@gmail.com>
Subject: [PATCH 2/3] drivers: usb: Fix issue where *'s in multiline comments were not aligned
Date: Sat, 30 Sep 2023 22:38:19 +0200 [thread overview]
Message-ID: <20230930203819.61891-1-bergh.jonathan@gmail.com> (raw)
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
reply other threads:[~2023-09-30 20:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230930203819.61891-1-bergh.jonathan@gmail.com \
--to=bergh.jonathan@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox