From 92fcd40976f86a92f730c44ac5542f9b47936a81 Mon Sep 17 00:00:00 2001 From: Chad Dupuis Date: Thu, 22 Nov 2012 12:28:43 +0530 Subject: [PATCH] qla2xxx: Debug ID corrections. Correct the comments at the top of qla_dbg.c to reflect the current state of debug ID's in the driver. Signed-off-by: Saurav Kashyap --- drivers/scsi/qla2xxx/qla_dbg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index ed4d09442503..c0c3119508b6 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -14,9 +14,9 @@ * | Module Init and Probe | 0x0124 | 0x4b,0xba,0xfa | * | Mailbox commands | 0x114e | 0x111a-0x111b | * | Device Discovery | 0x2087 | 0x2020-0x2022, | - * | | | 0x2016,0x207d | + * | | | 0x2016 | * | Queue Command and IO tracing | 0x3031 | 0x3006,0x300b | - * | | | 0x3027-0x302a | + * | | | 0x3027-0x3028 | * | | | 0x302d,0x302e | * | DPC Thread | 0x401d | 0x4002,0x4013 | * | Async Events | 0x5071 | 0x502b-0x502f | -- 2.50.1