OSDN Git Service

scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED
authorBodo Stroesser <bostroesser@gmail.com>
Wed, 12 May 2021 14:06:54 +0000 (16:06 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 15 May 2021 02:58:27 +0000 (22:58 -0400)
commit3ac0fcb4b1a34d196da926d302635052fd90379e
tree50c0f62b024ab998739e50ba8ad3aaecef81d203
parent2dde5c8d912efea43be94d6a83ac9cb74879fa12
scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGED

The bit definition TCM_DEV_BIT_PLUGGED should correctly be named
TCMU_DEV_BIT_PLUGGED, since all other bits in the same bitfield have prefix
TCMU_.

Link: https://lore.kernel.org/r/20210512140654.31249-1-bostroesser@gmail.com
Signed-off-by: Bodo Stroesser <bostroesser@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_user.c