diff mbox series

ata: "foo * bar" should be "foo *bar"

Message ID 28f4481572293230e84275db48a69462@208suo.com
State New
Headers show
Series ata: "foo * bar" should be "foo *bar" | expand

Commit Message

hanyu001@208suo.com July 18, 2023, 9:30 a.m. UTC
This patch fixes the checkpatch.pl error:

./drivers/ata/pata_serverworks.c:305: ERROR: "foo * bar" should be "foo 
*bar"

Signed-off-by: 	Yu Han <hanyu001@208suo.com>
---
  drivers/ata/pata_serverworks.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

              PCI_DEVICE_ID_SERVERWORKS_CSB5, NULL);

Comments

Sergey Shtylyov July 18, 2023, 10:07 a.m. UTC | #1
Your subject should look like:

ata: pata_serverworks: "foo * bar" should be "foo *bar"

> This patch fixes the checkpatch.pl error:
> 
> ./drivers/ata/pata_serverworks.c:305: ERROR: "foo * bar" should be "foo *bar"
> 
> Signed-off-by:     Yu Han <hanyu001@208suo.com>

   Aside from the issue with the subject:

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

MBR, Sergey
diff mbox series

Patch

diff --git a/drivers/ata/pata_serverworks.c 
b/drivers/ata/pata_serverworks.c
index 549ff24..b348784 100644
--- a/drivers/ata/pata_serverworks.c
+++ b/drivers/ata/pata_serverworks.c
@@ -302,7 +302,7 @@  static int serverworks_fixup_csb(struct pci_dev 
*pdev)

      /* Third Channel Test */
      if (!(PCI_FUNC(pdev->devfn) & 1)) {
-        struct pci_dev * findev = NULL;
+        struct pci_dev *findev = NULL;
          u32 reg4c = 0;
          findev = pci_get_device(PCI_VENDOR_ID_SERVERWORKS,