mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ata: libata-transport: "foo* bar" should be "foo *bar"
       [not found] <tencent_32D2DDE2B4E272A84BD087AD7487D4BC2706@qq.com>
@ 2023-07-19  8:46 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-19  8:46 UTC (permalink / raw)
  To: dlemoal; +Cc: linux-ide, linux-kernel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-19 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_32D2DDE2B4E272A84BD087AD7487D4BC2706@qq.com>
2023-07-19  8:46 ` [PATCH] ata: libata-transport: "foo* bar" should be "foo *bar" hanyu001

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®