OSDN Git Service

[SCSI] hpsa: improve naming on external target device functions
authorScott Teel <scott.teel@hp.com>
Thu, 19 Jan 2012 20:01:25 +0000 (14:01 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 14:08:56 +0000 (08:08 -0600)
commit4f4eb9f1d8f8eb91d0dd486deafd4800b425f289
treec01a768c058e0810f18a63f49ac0a81b77361f19
parentaca4a5200dc2b0835f5477d6609a05b0401a91f3
[SCSI] hpsa: improve naming on external target device functions

Reduce confusion and inaccuracy caused by dated naming of vars and functions
referring to external target devices.

CURRENT NAMING:                PROPOSED NAMING:

"MSA2xxx devices"              "external target devices"
msa2xxx_model                  ext_target_model
is_msa2xxx                     is_ext_target
add_msa2xxx_enclosure          add_ext_target_dev
nmsa2xxx_enclosures            n_ext_target_devs

Signed-off-by: Scott Teel <scott.teel@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c