提交 bdd70f2c 编写于 作者: A Adrian Bunk 提交者: James Bottomley

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

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册