]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[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)
committerJoe Jin <joe.jin@oracle.com>
Tue, 15 May 2012 06:48:00 +0000 (14:48 +0800)
commit8cc2a446cfbd7c409cfdfedb837b094d8891ae2a
tree2f65ab42083be843592215c9bfb8b9f082d464b5
parentd8e62d6757c98542417a76550b330126402f15fd
[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>
(cherry picked from commit 4f4eb9f1d8f8eb91d0dd486deafd4800b425f289)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c