lkml.org 
[lkml]   [2023]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] scsi: aic7xxx: Clean up errors in aic7770.c
Fix the following errors reported by checkpatch:

ERROR: return is not a function, parentheses are not required

Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
drivers/scsi/aic7xxx/aic7770.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aic7770.c b/drivers/scsi/aic7xxx/aic7770.c
index 21f3ef4ac230..b8d3b58eec98 100644
--- a/drivers/scsi/aic7xxx/aic7770.c
+++ b/drivers/scsi/aic7xxx/aic7770.c
@@ -164,7 +164,7 @@ aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io)
break;
default:
printk("aic7770_config: invalid irq setting %d\n", intdef);
- return (ENXIO);
+ return ENXIO;
}

if ((intdef & EDGE_TRIG) != 0)
--
2.17.1
\
 
 \ /
  Last update: 2023-09-27 18:53    [W:0.022 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site