Commit ebd676ff authored by Jiang Jian's avatar Jiang Jian Committed by Martin K. Petersen

scsi: aacraid: Remove redundant "the"

Remove redundant "the" in comment.

Link: https://lore.kernel.org/r/20220621142346.6429-1-jiangjian@cdjrlc.comSigned-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent b73b1430
......@@ -1050,7 +1050,7 @@ static void get_container_serial_callback(void *context, struct fib * fibptr)
vpdpage83data.type1.productid));
/* Convert to ascii based serial number.
* The LSB is the the end.
* The LSB is the end.
*/
for (i = 0; i < 8; i++) {
u8 temp =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment