From: Colin Ian King Date: Fri, 4 Jan 2019 17:02:24 +0000 (+0000) Subject: scsi: bnx2i: fix indentation issue, remove a tab X-Git-Tag: v5.1-rc1~85^2~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b8f32eee779b6ab93f65aaddbfce6a553b18a77;p=thirdparty%2Fkernel%2Flinux.git scsi: bnx2i: fix indentation issue, remove a tab The return statement is indented incorrectly, fix this by removing a single tab. Signed-off-by: Colin Ian King Acked-by: Manish Rangankar Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c index 69c75426c5eb0..c5fa5f3b00e94 100644 --- a/drivers/scsi/bnx2i/bnx2i_iscsi.c +++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c @@ -577,7 +577,7 @@ static void bnx2i_free_mp_bdt(struct bnx2i_hba *hba) hba->dummy_buffer, hba->dummy_buf_dma); hba->dummy_buffer = NULL; } - return; + return; } /**