aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2011-03-17 16:18:22 -0400
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:46:10 -0400
commitc8440336fe376036e473554c30f7266987961734 (patch)
tree143731b9cc7961d8eacd314b217bf09dce2dd58c /drivers/platform/x86/sony-laptop.c
parentcae157026491d2e9a789b876a367dee7b17235cb (diff)
platform-drivers: x86: fix common misspellings
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/sony-laptop.c')
-rw-r--r--drivers/platform/x86/sony-laptop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
index 4ab898a39fea..e642f5f29504 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -605,7 +605,7 @@ struct sony_nc_value {
605 int value; /* current setting */ 605 int value; /* current setting */
606 int valid; /* Has ever been set */ 606 int valid; /* Has ever been set */
607 int debug; /* active only in debug mode ? */ 607 int debug; /* active only in debug mode ? */
608 struct device_attribute devattr; /* sysfs atribute */ 608 struct device_attribute devattr; /* sysfs attribute */
609}; 609};
610 610
611#define SNC_HANDLE_NAMES(_name, _values...) \ 611#define SNC_HANDLE_NAMES(_name, _values...) \
@@ -3129,7 +3129,7 @@ static int sony_pic_add(struct acpi_device *device)
3129 /* request io port */ 3129 /* request io port */
3130 list_for_each_entry_reverse(io, &spic_dev.ioports, list) { 3130 list_for_each_entry_reverse(io, &spic_dev.ioports, list) {
3131 if (request_region(io->io1.minimum, io->io1.address_length, 3131 if (request_region(io->io1.minimum, io->io1.address_length,
3132 "Sony Programable I/O Device")) { 3132 "Sony Programmable I/O Device")) {
3133 dprintk("I/O port1: 0x%.4x (0x%.4x) + 0x%.2x\n", 3133 dprintk("I/O port1: 0x%.4x (0x%.4x) + 0x%.2x\n",
3134 io->io1.minimum, io->io1.maximum, 3134 io->io1.minimum, io->io1.maximum,
3135 io->io1.address_length); 3135 io->io1.address_length);
@@ -3137,7 +3137,7 @@ static int sony_pic_add(struct acpi_device *device)
3137 if (io->io2.minimum) { 3137 if (io->io2.minimum) {
3138 if (request_region(io->io2.minimum, 3138 if (request_region(io->io2.minimum,
3139 io->io2.address_length, 3139 io->io2.address_length,
3140 "Sony Programable I/O Device")) { 3140 "Sony Programmable I/O Device")) {
3141 dprintk("I/O port2: 0x%.4x (0x%.4x) + 0x%.2x\n", 3141 dprintk("I/O port2: 0x%.4x (0x%.4x) + 0x%.2x\n",
3142 io->io2.minimum, io->io2.maximum, 3142 io->io2.minimum, io->io2.maximum,
3143 io->io2.address_length); 3143 io->io2.address_length);