[PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work

2016-11-01 Thread Rashika Kheria
quot;NVMe: Don't unmap controller registers on reset") Signed-off-by: Rashika Kheria <rash...@amazon.de> --- drivers/nvme/host/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index c851bc5..f5d1579 100644 --- a/dri

[PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work

2016-11-01 Thread Rashika Kheria
SyS_write+0x51/0xb0 [] entry_SYSCALL_64_fastpath+0x12/0x71 Cc: sta...@vger.kernel.org # 4.4.y Cc: Jens Axboe Cc: Keith Busch Cc: Gabriel Krisman Bertazi Cc: linux-n...@lists.infradead.org Fixes: d5537e988eec ("NVMe: Don't unmap controller registers on reset") Signed-off-by: Rashika

[PATCH 55/55] scsi: Mark functions as static in bfa/bfad_bsg.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfad_bsg.c because they are not used outside this file. This eliminates the following type of warnings in bfa/bfad_bsg.c: drivers/scsi/bfa/bfad_bsg.c:26:1: warning: no previous prototype for ‘bfad_iocmd_ioc_enable’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 54/55] scsi: Add prototype declaration to header file ufs/ufshcd.h

2014-03-29 Thread Rashika Kheria
/ufshcd.c:2790:5: warning: no previous prototype for ‘ufshcd_resume’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/ufs/ufshcd.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index

[PATCH 53/55] scsi: Mark functions as static in ufs/ufshcd.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘ufshcd_uic_change_pwr_mode’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/ufs/ufshcd.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c

[PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
prototype for ‘get_updated_dev_handle’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas.h|3 +++ drivers/scsi/megaraid/megaraid_sas_fusion.c |2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
:1: warning: no previous prototype for ‘megasas_release_fusion’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_base.c | 13 - drivers/scsi/megaraid/megaraid_sas_fusion.h | 14 ++ 2 files changed

[PATCH 50/55] scsi: Mark function and macro definition as static in be2iscsi/be_main.c

2014-03-29 Thread Rashika Kheria
:5181:6: warning: no previous prototype for ‘beiscsi_hba_attrs_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/be2iscsi/be_main.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/be2iscsi

[PATCH 49/55] scsi: Move prototype declaration to header file scsi_priv.h from scsi_scan.c

2014-03-29 Thread Rashika Kheria
] drivers/scsi/scsi_lib.c:2266:6: warning: no previous prototype for ‘scsi_evt_thread’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/scsi_priv.h |2 ++ drivers/scsi/scsi_scan.c |2 -- 2 files changed, 2 insertions(+), 2 deletions

[PATCH 48/55] scsi: Mark function as static in scsi_debug.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_debug.c because it is not used outside this file. This eliminates the following warning in scsi_debug.c: drivers/scsi/scsi_debug.c:1910:6: warning: no previous prototype for ‘dump_sector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 47/55] scsi: Mark functions as static in scsi/pmcraid.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pmcraid.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index be8ce54..3570982 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -346,7

[PATCH 46/55] scsi: Mark functions as static in gdth.c

2014-03-29 Thread Rashika Kheria
for ‘option_setup’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/gdth.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index ce5ef01..8015f1b 100644 --- a/drivers/scsi/gdth.c

[PATCH 45/55] scsi: Mark funtion as static in hpsa.c

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

[PATCH 44/55] scsi: Mark function as static in scsi/libiscsi.c

2014-03-29 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/libiscsi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c index 4046241..3afc7b6 100644 --- a/drivers/scsi/libiscsi.c +++ b

[PATCH 43/55] scsi: Mark function as static in scsi_transport_iscsi.c

2014-03-29 Thread Rashika Kheria
for ‘iscsi_is_flashnode_conn_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/scsi_transport_iscsi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi

[PATCH 42/55] scsi: Mark function as static in scsi_transport_fc.c

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

[PATCH 41/55] scsi: Mark functions as static in qla2xxx/qla_nx2.c

2014-03-29 Thread Rashika Kheria
.c:1517:1: warning: no previous prototype for ‘qla8044_set_rst_ready’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/qla2xxx/qla_nx2.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b

[PATCH 40/55] scsi: Mark function as static in qla2xxx/qla_nx.c

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

[PATCH 39/55] scsi: Mark functions as static in qla2xxx/qla_iocb.c

2014-03-29 Thread Rashika Kheria
/qla_iocb.c:734:1: warning: no previous prototype for ‘qla24xx_build_scsi_iocbs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/qla2xxx/qla_iocb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 38/55] scsi: Mark function as static in qla2xxx/qla_bsg.c

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

[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

2014-03-29 Thread Rashika Kheria
/pm80xx_hwi.c:4529:6: warning: no previous prototype for ‘mpi_set_phy_profile_req’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm80xx_hwi.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/pm8001

[PATCH 36/55] scsi: Mark function as static in pm8001/pm8001_hwi.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm8001_hwi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 0a1296a..2f8aab1 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers

[PATCH 35/55] scsi: Mark function as static in pm8001/pm8001_sas.c

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

[PATCH 34/55] scsi: Mark function as static in pm8001/pm8001_init.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm8001_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index 73a120d..a82528c 100644 --- a/drivers/scsi/pm8001/pm8001_init.c

[PATCH 33/55] scsi: Mark functions as static in mvsas/mv_94xx.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/mvsas/mv_94xx.c:938:5: warning: no previous prototype for ‘mvs_94xx_spi_waitdataready’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_94xx.c:953:6: warning: no previous prototype for ‘mvs_94xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 32/55] scsi: Mark functions as static in mvsas/mv_64xx.c

2014-03-29 Thread Rashika Kheria
for ‘mvs_64xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/mvsas/mv_64xx.c | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/drivers/scsi/mvsas/mv_64xx.c b/drivers/scsi/mvsas/mv_64xx.c index

[PATCH 31/55] scsi: Mark functions as static in mvsas/mv_sas.c

2014-03-29 Thread Rashika Kheria
for ‘mvs_set_sense’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_sas.c:1748:6: warning: no previous prototype for ‘mvs_fill_ssp_resp_iu’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/mvsas/mv_sas.c | 18 +- 1 file changed, 9

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_fp.c:1196:4: warning: no previous prototype for ‘megasas_get_best_arm’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_fp.c | 26 ++ 1 file changed, 14

[PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
for ‘megasas_enable_intr_fusion’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_fusion.c | 39 ++- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi

[PATCH 28/55] scsi: Move prototype declaration to appropriate header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
/megaraid_sas_base.c:3066:5: warning: no previous prototype for ‘megasas_alloc_cmds’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas.h| 14 ++ drivers/scsi/megaraid/megaraid_sas_fusion.c | 13 - 2

[PATCH 27/55] scsi: Mark functions as static in megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_base.c:1739:6: warning: no previous prototype for ‘megasas_do_ocr’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_base.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c

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

[PATCH 25/55] scsi: Mark functions as static in lpfc/lpfc_scsi.c

2014-03-29 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_scsi.c:3048:1: warning: no previous prototype for ‘lpfc_calc_bg_err’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc/lpfc_scsi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

2014-03-29 Thread Rashika Kheria
:753:1: warning: no previous prototype for ‘lpfc_hba_down_link’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_init.c:3434:1: warning: no previous prototype for ‘lpfc_sli4_fcf_redisc_wait_tmo’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc

[PATCH 23/55] scsi: Mark functions as static in lpfc/lpfc_hbadisc.c

2014-03-29 Thread Rashika Kheria
/lpfc/lpfc_hbadisc.c:2681:1: warning: no previous prototype for ‘lpfc_init_vfi_cmpl’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_hbadisc.c:4432:1: warning: no previous prototype for ‘lpfc_nlp_logo_unreg’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 22/55] scsi: Mark functions as static in lpfc/lpfc_sli.c

2014-03-29 Thread Rashika Kheria
/scsi/lpfc/lpfc_sli.c:16000:1: warning: no previous prototype for ‘lpfc_mbx_cmpl_redisc_fcf_table’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc/lpfc_sli.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 21/55] scsi: Mark function as static in isci/port.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/port.c because they are not used outside this file. This eliminates the following warning in isci/port.c: drivers/scsi/isci/port.c:65:13: warning: no previous prototype for ‘port_state_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 20/55] scsi: Mark function as static in isci/remote_device.c

2014-03-29 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/isci/remote_device.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index 96a26f4..33033fb 100644 --- a/drivers/scsi/isci

[PATCH 19/55] scsi: Mark function as static in isci/phy.c

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

[PATCH 18/55] scsi: Mark function as static in cxgbi/cxgb4i/cxgb4i.c

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

[PATCH 17/55] scsi: Mark function as static in cxgbi/cxgb3i/cxgb3i.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index 49692a1..6de59c5 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c +++ b

[PATCH 16/55] scsi: Mark function as static in cxgbi/libcxgbi.c

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

[PATCH 15/55] scsi: Mark function as static in bnx2fc/bnx2fc_io.c

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

[PATCH 14/55] scsi: Mark function as static in bnx2fc/bnx2fc_hwi.c

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

[PATCH 13/55] scsi: Mark function as static in bnx2fc/bnx2fc_fcoe.c

2014-03-29 Thread Rashika Kheria
/bnx2fc/bnx2fc_fcoe.c:1365:26: warning: no previous prototype for ‘bnx2fc_interface_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH 12/55] scsi: Mark function as static in bnx2fc/bnx2fc_els.c

2014-03-29 Thread Rashika Kheria
/bnx2fc_els.c:366:6: warning: no previous prototype for ‘bnx2fc_rec_compl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bnx2fc/bnx2fc_els.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_els.c

[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
: warning: no previous prototype for ‘bfa_fcport_ddportdisable’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_svc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_svc.c b/drivers/scsi/bfa

[PATCH 10/55] scsi: Mark function as static in bfa/bfa_core.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfa_core.c because it is not used outside this file. This eliminates the following warning in bfa/bfa_core.c: drivers/scsi/bfa/bfa_core.c:716:1: warning: no previous prototype for ‘bfa_isr_rspq’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 09/55] scsi: Mark function as static in bfa/bfa_fcpim.c

2014-03-29 Thread Rashika Kheria
:465:1: warning: no previous prototype for ‘bfa_ioim_profile_start’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_fcpim.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_fcpim.c b/drivers

[PATCH 08/55] scsi: Mark function as static in bfa/bfa_port.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_cee_notify’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_port.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_port.c b/drivers/scsi/bfa/bfa_port.c index

[PATCH 07/55] scsi: Mark function as static in bfa/bfa_fcs_lport.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_fcs_lport.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c b/drivers/scsi/bfa/bfa_fcs_lport.c index ff75ef8..0515b01 100644 --- a/drivers/scsi/bfa/bfa_fcs_lport.c +++ b/drivers

[PATCH 06/55] scsi: Mark function as static in bfa/bfa_ioc_ct.c

2014-03-29 Thread Rashika Kheria
/bfa_ioc_ct.c:755:1: warning: no previous prototype for ‘bfa_ioc_ct2_mac_reset’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_ioc_ct.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_ioc_ct.c b

[PATCH 05/55] scsi: Mark function as static in bfa/bfa_ioc.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_flash_sem_get’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_ioc.c:7015:1: warning: no previous prototype for ‘bfa_flash_sem_put’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_ioc.c |6 +++--- 1 file

[PATCH 04/55] scsi: Mark function as static in bfa/bfad_attr.c

2014-03-29 Thread Rashika Kheria
/bfad_attr.c:574:1: warning: no previous prototype for ‘bfad_im_vport_set_symbolic_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfad_attr.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfad_attr.c

[PATCH 03/55] drivers: scsi: Mark function as static in bfa/bfad.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfad.c because it is not used outside this file. This eliminates the following warning in bfa/bfad.c: drivers/scsi/bfa/bfad.c:1522:1: warning: no previous prototype for 'restart_bfa’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[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

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

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

[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

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

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

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

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

[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

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

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

[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

[PATCH 03/55] drivers: scsi: Mark function as static in bfa/bfad.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfad.c because it is not used outside this file. This eliminates the following warning in bfa/bfad.c: drivers/scsi/bfa/bfad.c:1522:1: warning: no previous prototype for 'restart_bfa’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com

[PATCH 04/55] scsi: Mark function as static in bfa/bfad_attr.c

2014-03-29 Thread Rashika Kheria
/bfad_attr.c:574:1: warning: no previous prototype for ‘bfad_im_vport_set_symbolic_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfad_attr.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 05/55] scsi: Mark function as static in bfa/bfa_ioc.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_flash_sem_get’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_ioc.c:7015:1: warning: no previous prototype for ‘bfa_flash_sem_put’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org

[PATCH 06/55] scsi: Mark function as static in bfa/bfa_ioc_ct.c

2014-03-29 Thread Rashika Kheria
/bfa_ioc_ct.c:755:1: warning: no previous prototype for ‘bfa_ioc_ct2_mac_reset’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfa_ioc_ct.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 07/55] scsi: Mark function as static in bfa/bfa_fcs_lport.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfa_fcs_lport.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c b/drivers/scsi/bfa/bfa_fcs_lport.c index ff75ef8..0515b01 100644

[PATCH 08/55] scsi: Mark function as static in bfa/bfa_port.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_cee_notify’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfa_port.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa

[PATCH 09/55] scsi: Mark function as static in bfa/bfa_fcpim.c

2014-03-29 Thread Rashika Kheria
:465:1: warning: no previous prototype for ‘bfa_ioim_profile_start’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfa_fcpim.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 10/55] scsi: Mark function as static in bfa/bfa_core.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfa_core.c because it is not used outside this file. This eliminates the following warning in bfa/bfa_core.c: drivers/scsi/bfa/bfa_core.c:716:1: warning: no previous prototype for ‘bfa_isr_rspq’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe

[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
: warning: no previous prototype for ‘bfa_fcport_ddportdisable’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bfa/bfa_svc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 12/55] scsi: Mark function as static in bnx2fc/bnx2fc_els.c

2014-03-29 Thread Rashika Kheria
/bnx2fc_els.c:366:6: warning: no previous prototype for ‘bnx2fc_rec_compl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bnx2fc/bnx2fc_els.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 13/55] scsi: Mark function as static in bnx2fc/bnx2fc_fcoe.c

2014-03-29 Thread Rashika Kheria
/bnx2fc/bnx2fc_fcoe.c:1365:26: warning: no previous prototype for ‘bnx2fc_interface_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c |8 1 file changed, 4

[PATCH 14/55] scsi: Mark function as static in bnx2fc/bnx2fc_hwi.c

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

[PATCH 15/55] scsi: Mark function as static in bnx2fc/bnx2fc_io.c

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

[PATCH 16/55] scsi: Mark function as static in cxgbi/libcxgbi.c

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

[PATCH 17/55] scsi: Mark function as static in cxgbi/cxgb3i/cxgb3i.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index 49692a1..6de59c5 100644

[PATCH 18/55] scsi: Mark function as static in cxgbi/cxgb4i/cxgb4i.c

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

[PATCH 19/55] scsi: Mark function as static in isci/phy.c

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

[PATCH 20/55] scsi: Mark function as static in isci/remote_device.c

2014-03-29 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/isci/remote_device.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index

[PATCH 21/55] scsi: Mark function as static in isci/port.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/port.c because they are not used outside this file. This eliminates the following warning in isci/port.c: drivers/scsi/isci/port.c:65:13: warning: no previous prototype for ‘port_state_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe

[PATCH 22/55] scsi: Mark functions as static in lpfc/lpfc_sli.c

2014-03-29 Thread Rashika Kheria
/scsi/lpfc/lpfc_sli.c:16000:1: warning: no previous prototype for ‘lpfc_mbx_cmpl_redisc_fcf_table’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/lpfc/lpfc_sli.c | 14 +++--- 1 file changed

[PATCH 23/55] scsi: Mark functions as static in lpfc/lpfc_hbadisc.c

2014-03-29 Thread Rashika Kheria
/lpfc/lpfc_hbadisc.c:2681:1: warning: no previous prototype for ‘lpfc_init_vfi_cmpl’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_hbadisc.c:4432:1: warning: no previous prototype for ‘lpfc_nlp_logo_unreg’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed

[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

2014-03-29 Thread Rashika Kheria
:753:1: warning: no previous prototype for ‘lpfc_hba_down_link’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_init.c:3434:1: warning: no previous prototype for ‘lpfc_sli4_fcf_redisc_wait_tmo’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j

[PATCH 25/55] scsi: Mark functions as static in lpfc/lpfc_scsi.c

2014-03-29 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_scsi.c:3048:1: warning: no previous prototype for ‘lpfc_calc_bg_err’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/lpfc/lpfc_scsi.c | 10

[PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c

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

[PATCH 27/55] scsi: Mark functions as static in megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_base.c:1739:6: warning: no previous prototype for ‘megasas_do_ocr’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/megaraid/megaraid_sas_base.c |4 ++-- 1

[PATCH 28/55] scsi: Move prototype declaration to appropriate header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
/megaraid_sas_base.c:3066:5: warning: no previous prototype for ‘megasas_alloc_cmds’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/megaraid/megaraid_sas.h| 14 ++ drivers/scsi/megaraid

[PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
for ‘megasas_enable_intr_fusion’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/megaraid/megaraid_sas_fusion.c | 39 ++- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/drivers/scsi

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_fp.c:1196:4: warning: no previous prototype for ‘megasas_get_best_arm’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/megaraid/megaraid_sas_fp.c | 26

[PATCH 31/55] scsi: Mark functions as static in mvsas/mv_sas.c

2014-03-29 Thread Rashika Kheria
for ‘mvs_set_sense’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_sas.c:1748:6: warning: no previous prototype for ‘mvs_fill_ssp_resp_iu’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/mvsas/mv_sas.c

[PATCH 32/55] scsi: Mark functions as static in mvsas/mv_64xx.c

2014-03-29 Thread Rashika Kheria
for ‘mvs_64xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/mvsas/mv_64xx.c | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/drivers/scsi/mvsas

[PATCH 33/55] scsi: Mark functions as static in mvsas/mv_94xx.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/mvsas/mv_94xx.c:938:5: warning: no previous prototype for ‘mvs_94xx_spi_waitdataready’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_94xx.c:953:6: warning: no previous prototype for ‘mvs_94xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe

[PATCH 34/55] scsi: Mark function as static in pm8001/pm8001_init.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/pm8001/pm8001_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index 73a120d..a82528c

[PATCH 35/55] scsi: Mark function as static in pm8001/pm8001_sas.c

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

[PATCH 36/55] scsi: Mark function as static in pm8001/pm8001_hwi.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/pm8001/pm8001_hwi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 0a1296a..2f8aab1 100644

[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

2014-03-29 Thread Rashika Kheria
/pm80xx_hwi.c:4529:6: warning: no previous prototype for ‘mpi_set_phy_profile_req’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/pm8001/pm80xx_hwi.c |6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH 38/55] scsi: Mark function as static in qla2xxx/qla_bsg.c

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

[PATCH 39/55] scsi: Mark functions as static in qla2xxx/qla_iocb.c

2014-03-29 Thread Rashika Kheria
/qla_iocb.c:734:1: warning: no previous prototype for ‘qla24xx_build_scsi_iocbs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/scsi/qla2xxx/qla_iocb.c |4 ++-- 1 file changed, 2 insertions(+), 2

  1   2   3   4   5   6   7   8   9   >