Skip to content

Commit

Permalink
[SCSI] scsi_transport_spi.c: make print_nego() static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Jan 12, 2006
1 parent 8e32ca4 commit bdd70f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit bdd70f2

Please sign in to comment.