1
0

qla2xxx: Use d_id instead of s_id for more clarity

Updated code with d_id from s_id for better readability and
clarity.

Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
[ bvanassche: fixed spelling of patch description ]
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Quinn Tran
2017-01-19 22:27:58 -08:00
committed by Nicholas Bellinger
parent 5e4deaf6a4
commit 37cacc0a13
4 changed files with 39 additions and 37 deletions

View File

@@ -928,7 +928,7 @@ typedef struct {
*/
struct qla_tgt_sess {
uint16_t loop_id;
port_id_t s_id;
port_id_t d_id;
unsigned int conf_compl_supported:1;
unsigned int deleted:2;