RE: [PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c

2014-04-02 Thread Jayamohan Kallickal
...@joshtriplett.org Subject: [PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c Mark function as static in be2iscsi/be_cmds.c because it is not used outside this file. This eliminates the following warning in be2iscsi/be_cmds.c: drivers/scsi/be2iscsi/be_cmds.c:401:5: warning: no previous prototype

[PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c

2014-03-29 Thread Rashika Kheria
Mark function as static in be2iscsi/be_cmds.c because it is not used outside this file. This eliminates the following warning in be2iscsi/be_cmds.c: drivers/scsi/be2iscsi/be_cmds.c:401:5: warning: no previous prototype for ‘beiscsi_process_mcc’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheri

[PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c

2014-03-29 Thread Rashika Kheria
Mark function as static in be2iscsi/be_cmds.c because it is not used outside this file. This eliminates the following warning in be2iscsi/be_cmds.c: drivers/scsi/be2iscsi/be_cmds.c:401:5: warning: no previous prototype for ‘beiscsi_process_mcc’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheri