Re: [PATCH 3/4] drivers: target: Mark functions as static in tcm_loop.c

2013-12-18 Thread Nicholas A. Bellinger
On Thu, 2013-12-19 at 00:02 +0530, Rashika Kheria wrote: > Mark functions tcm_loop_make_naa_tpg(), tcm_loop_drop_naa_tpg(), > tcm_loop_make_scsi_hba() and tcm_loop_drop_scsi_hba() as static in > loopback/tcm_loop.c because they are not used outside this file. > > This eliminates the following warn

Re: [PATCH 3/4] drivers: target: Mark functions as static in tcm_loop.c

2013-12-18 Thread josh
On Thu, Dec 19, 2013 at 12:02:54AM +0530, Rashika Kheria wrote: > Mark functions tcm_loop_make_naa_tpg(), tcm_loop_drop_naa_tpg(), > tcm_loop_make_scsi_hba() and tcm_loop_drop_scsi_hba() as static in > loopback/tcm_loop.c because they are not used outside this file. > > This eliminates the followi

[PATCH 3/4] drivers: target: Mark functions as static in tcm_loop.c

2013-12-18 Thread Rashika Kheria
Mark functions tcm_loop_make_naa_tpg(), tcm_loop_drop_naa_tpg(), tcm_loop_make_scsi_hba() and tcm_loop_drop_scsi_hba() as static in loopback/tcm_loop.c because they are not used outside this file. This eliminates the following warning in loopback/tcm_loop.c: drivers/target/loopback/tcm_loop.c:1231