Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <colin.king@canonical.com>
Acked-by: Manish Rangankar <mrangankar@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
7b8f32ee 082c2cd2

+1 -1
+1 -1
drivers/scsi/bnx2i/bnx2i_iscsi.c
··· 577 577 hba->dummy_buffer, hba->dummy_buf_dma); 578 578 hba->dummy_buffer = NULL; 579 579 } 580 - return; 580 + return; 581 581 } 582 582 583 583 /**