projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e32ca4
)
[SCSI] scsi_transport_spi.c: make print_nego() static
author
Adrian Bunk
<bunk@stusta.de>
Thu, 5 Jan 2006 22:39:18 +0000
(23:39 +0100)
committer
James Bottomley
<jejb@mulgrave.(none)>
Thu, 12 Jan 2006 17:35:35 +0000
(11:35 -0600)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_spi.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_transport_spi.c
b/drivers/scsi/scsi_transport_spi.c
index 46da6fe10ad54d1d25dc1784071365d8fe288287..86306d681b6fb6d1d3321e7bbf04775cf8aacfd8 100644
(file)
--- a/
drivers/scsi/scsi_transport_spi.c
+++ b/
drivers/scsi/scsi_transport_spi.c
@@
-1075,7
+1075,7
@@
static const char * const extended_msgs[] = {
/* 0x04 */ "Parallel Protocol Request"
};
-void print_nego(const unsigned char *msg, int per, int off, int width)
+
static
void print_nego(const unsigned char *msg, int per, int off, int width)
{
if (per) {
char buf[20];