Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afbb38fe authored by James Smart's avatar James Smart Committed by Christoph Hellwig
Browse files

Fix extra line print in rqpair debug print.



An extra blank line was being added the the rqpair printing.

Remove the extra line feed.

Signed-off-by: default avatarDick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: default avatarJames Smart <james.smart@broadcom.com>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
parent eafe89f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3128,8 +3128,6 @@ __lpfc_idiag_print_rqpair(struct lpfc_queue *qp, struct lpfc_queue *datqp,
			datqp->queue_id, datqp->entry_count,
			datqp->entry_size, datqp->host_index,
			datqp->hba_index);
	len +=  snprintf(pbuffer + len, LPFC_QUE_INFO_GET_BUF_SIZE - len, "\n");

	return len;
}