iscsit: mark various functions static
This patch marks a number of functions static to appease sparse static checking. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:

committed by
Nicholas Bellinger

parent
d7ca663c77
commit
fceb5bc7be
@@ -44,7 +44,7 @@ void convert_null_to_semi(char *buf, int len)
|
||||
buf[i] = ';';
|
||||
}
|
||||
|
||||
int strlen_semi(char *buf)
|
||||
static int strlen_semi(char *buf)
|
||||
{
|
||||
int i = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user