From: Lokesh Chebrolu <lokeshch007@gmail.com>
To: gregkh@linuxfoundation.org
Cc: hadess@hadess.net, stern@rowland.harvard.edu,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
lokeshch007 <lokeshch007@gmail.com>
Subject: [PATCH] drivers: usb: core: driver: fixed 80 line character length issue
Date: Sun, 31 May 2020 07:20:06 +0530 [thread overview]
Message-ID: <1590889806-13539-1-git-send-email-lokeshch007@gmail.com> (raw)
From: lokeshch007 <lokeshch007@gmail.com>
Fixed a coding style issue
Signed-off-by: Lokesh Chebrolu <lokeshch007@gmail.com>
---
drivers/usb/core/driver.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c
index f81606c..83c3287 100644
--- a/drivers/usb/core/driver.c
+++ b/drivers/usb/core/driver.c
@@ -1796,7 +1796,9 @@ int usb_autopm_get_interface_async(struct usb_interface *intf)
EXPORT_SYMBOL_GPL(usb_autopm_get_interface_async);
/**
- * usb_autopm_get_interface_no_resume - increment a USB interface's PM-usage counter
+ * usb_autopm_get_interface_no_resume -
+ * increment a USB interface's PM-usage counter
+ *
* @intf: the usb_interface whose counter should be incremented
*
* This routine increments @intf's usage counter but does not carry out an
--
2.7.4
next reply other threads:[~2020-05-31 1:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-31 1:50 Lokesh Chebrolu [this message]
2020-05-31 6:41 ` [PATCH] drivers: usb: core: driver: fixed 80 line character length issue Greg KH
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=1590889806-13539-1-git-send-email-lokeshch007@gmail.com \
--to=lokeshch007@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hadess@hadess.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
/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