From: hanyu001@208suo.com
To: dlemoal@kernel.org
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ata: libata-transport: "foo* bar" should be "foo *bar"
Date: Wed, 19 Jul 2023 16:46:39 +0800 [thread overview]
Message-ID: <a9e118eaa7da62f41a1d0ce3a5a2ff94@208suo.com> (raw)
In-Reply-To: <tencent_32D2DDE2B4E272A84BD087AD7487D4BC2706@qq.com>
Fix checkpatch warnings:
./drivers/ata/libata-transport.c:528: ERROR: "foo* bar" should be "foo
*bar"
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
drivers/ata/libata-transport.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ata/libata-transport.c
b/drivers/ata/libata-transport.c
index 4ccafcf..e80bdd7 100644
--- a/drivers/ata/libata-transport.c
+++ b/drivers/ata/libata-transport.c
@@ -525,13 +525,13 @@ static DEVICE_ATTR(field, S_IRUGO,
show_ata_dev_##field, NULL)
ata_dev_simple_attr(spdn_cnt, "%d\n", int);
struct ata_show_ering_arg {
- char* buf;
+ char *buf;
int written;
};
static int ata_show_ering(struct ata_ering_entry *ent, void *void_arg)
{
- struct ata_show_ering_arg* arg = void_arg;
+ struct ata_show_ering_arg *arg = void_arg;
u64 seconds;
u32 rem;
parent reply other threads:[~2023-07-19 16:36 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_32D2DDE2B4E272A84BD087AD7487D4BC2706@qq.com>]
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=a9e118eaa7da62f41a1d0ce3a5a2ff94@208suo.com \
--to=hanyu001@208suo.com \
--cc=dlemoal@kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®