From: chenguohua@jari.cn
To: hare@suse.com, jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] scsi: aic7xxx: aic79xx: Clean up errors in aic7xxx_proc.c
Date: Wed, 27 Sep 2023 15:17:35 +0800 (GMT+08:00) [thread overview]
Message-ID: <241fddbf.87f.18ad5801405.Coremail.chenguohua@jari.cn> (raw)
Fix the following errors reported by checkpatch:
ERROR: "(foo*)" should be "(foo *)"
ERROR: return is not a function, parentheses are not required
Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
drivers/scsi/aic7xxx/aic7xxx_proc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/scsi/aic7xxx/aic7xxx_proc.c b/drivers/scsi/aic7xxx/aic7xxx_proc.c
index 4bc9e2dfccf6..256816e6d572 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_proc.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_proc.c
@@ -206,7 +206,7 @@ ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length)
goto done;
}
- have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer);
+ have_seeprom = ahc_verify_cksum((struct seeprom_config *)buffer);
if (have_seeprom == 0) {
printk("ahc_proc_write_seeprom: cksum verification failed\n");
goto done;
@@ -280,7 +280,7 @@ ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length)
if (!paused)
ahc_unpause(ahc);
ahc_unlock(ahc, &s);
- return (written);
+ return written;
}
/*
@@ -312,7 +312,7 @@ ahc_linux_show_info(struct seq_file *m, struct Scsi_Host *shost)
seq_putc(m, '\n');
}
seq_printf(m, "0x%.4x ",
- ((uint16_t*)ahc->seep_config)[i]);
+ ((uint16_t *)ahc->seep_config)[i]);
}
seq_putc(m, '\n');
}
--
2.17.1
reply other threads:[~2023-09-27 7:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=241fddbf.87f.18ad5801405.Coremail.chenguohua@jari.cn \
--to=chenguohua@jari.cn \
--cc=hare@suse.com \
--cc=jejb@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
/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®