qla2x00t-32gbit: Use tabs instead of spaces for indentation

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8402 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-05-31 01:45:27 +00:00
parent 01e4a661ff
commit 0344c58941
+1 -1
View File
@@ -382,7 +382,7 @@ static int qla2x00_process_els(struct bsg_job *bsg_job)
rsp_sg_cnt = dma_map_sg(&ha->pdev->dev, bsg_job->reply_payload.sg_list,
bsg_job->reply_payload.sg_cnt, DMA_FROM_DEVICE);
if (!rsp_sg_cnt) {
if (!rsp_sg_cnt) {
rval = -ENOMEM;
goto done_free_fcport;
}