diff options
author | dann frazier <dannf@hp.com> | 2010-10-15 16:14:34 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 17:16:44 (GMT) |
commit | 1ce873abed551a4a0f35e25af9eeec4efdcf341b (patch) | |
tree | bf8e88028a431652ee6a1af0a7a0ab3d34bb0e32 /drivers/misc/hpilo.c | |
parent | 63d027a63888e993545d10fdfe4107d543f01bca (diff) | |
download | linux-1ce873abed551a4a0f35e25af9eeec4efdcf341b.tar.xz |
hpilo: Despecificate driver from iLO generation
This driver supports iLO, iLO2 and iLO3. However, comments and Kconfig
reference only iLO and iLO2. Let's just call it "iLO" to avoid having to
update strings for each iLO generation. This is similar to the change made
to hpwdt in commit 36e3ff44cebd7e46756dec88f30c982bebefdab7.
Signed-off-by: dann frazier <dannf@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/misc/hpilo.c')
-rw-r--r-- | drivers/misc/hpilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c index 557a8c2..d4158ec 100644 --- a/drivers/misc/hpilo.c +++ b/drivers/misc/hpilo.c @@ -1,5 +1,5 @@ /* - * Driver for HP iLO/iLO2 management processor. + * Driver for the HP iLO management processor. * * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. * David Altobelli <david.altobelli@hp.com> |