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 1/3] drivers: usb: Fix block comments whose trailing */ was not on a separate line
Date: Sat, 30 Sep 2023 22:36:46 +0200 [thread overview]
Message-ID: <20230930203646.61863-1-bergh.jonathan@gmail.com> (raw)
Fixed various instances where block comments trailing */ where not on a
separate line and should be.
Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
---
drivers/usb/atm/cxacru.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
index 4ce7cba2b48a..ba795a8d3888 100644
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -55,7 +55,8 @@ static const char cxacru_driver_name[] = "cxacru";
#define POLL_INTERVAL 1 /* secs */
/* commands for interaction with the modem through the control channel before
- * firmware is loaded */
+ * firmware is loaded
+ */
enum cxacru_fw_request {
FW_CMD_ERR,
FW_GET_VER,
@@ -67,7 +68,8 @@ enum cxacru_fw_request {
};
/* commands for interaction with the modem through the control channel once
- * firmware is loaded */
+ * firmware is loaded
+ */
enum cxacru_cm_request {
CM_REQUEST_UNDEFINED = 0x80,
CM_REQUEST_TEST,
@@ -369,7 +371,8 @@ static ssize_t adsl_state_store(struct device *dev,
/* Line status is only updated every second
* and the device appears to only react to
* START/STOP every second too. Wait 1.5s to
- * be sure that restart will have an effect. */
+ * be sure that restart will have an effect.
+ */
if (!strcmp(str_cmd, "restart"))
msleep(1500);
@@ -1237,7 +1240,8 @@ static void cxacru_unbind(struct usbatm_data *usbatm_instance,
BUG_ON(instance->poll_state == CXPOLL_SHUTDOWN);
/* ensure that status polling continues unless
- * it has already stopped */
+ * it has already stopped
+ */
if (instance->poll_state == CXPOLL_STOPPED)
is_polling = 0;
--
2.34.1
next reply other threads:[~2023-09-30 20:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-30 20:36 Jonathan Bergh [this message]
2023-10-01 6:06 ` [PATCH 1/3] drivers: usb: Fix block comments whose trailing */ was not on a separate line Greg KH
2023-10-14 10:40 ` Jonathan Bergh
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=20230930203646.61863-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 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.