Commit bdd70f2c authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[SCSI] scsi_transport_spi.c: make print_nego() static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 8e32ca49
...@@ -1075,7 +1075,7 @@ static const char * const extended_msgs[] = { ...@@ -1075,7 +1075,7 @@ static const char * const extended_msgs[] = {
/* 0x04 */ "Parallel Protocol Request" /* 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) { if (per) {
char buf[20]; char buf[20];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment