aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2009-12-11 16:35:41 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-04 11:55:46 +0100
commitedf86baae2e92bc03615086b2a341cd6d56c20f2 (patch)
tree47286d734e5c30da909e474abc2d32e340ea0e88
parent2a61aa401638529cd4231f6106980d307fba98fa (diff)
downloadkernel_samsung_smdk4412-edf86baae2e92bc03615086b2a341cd6d56c20f2.zip
kernel_samsung_smdk4412-edf86baae2e92bc03615086b2a341cd6d56c20f2.tar.gz
kernel_samsung_smdk4412-edf86baae2e92bc03615086b2a341cd6d56c20f2.tar.bz2
Fix misspellings of "separate" in strings.
Some string messages misspell "separate"; this fixes them. No change in functionality. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/acpi/proc.c2
-rw-r--r--drivers/isdn/mISDN/l1oip_core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c
index d0d25e2..1ac678d 100644
--- a/drivers/acpi/proc.c
+++ b/drivers/acpi/proc.c
@@ -435,7 +435,7 @@ acpi_system_write_wakeup_device(struct file *file,
found_dev->wakeup.gpe_device)) {
printk(KERN_WARNING
"ACPI: '%s' and '%s' have the same GPE, "
- "can't disable/enable one seperately\n",
+ "can't disable/enable one separately\n",
dev->pnp.bus_id, found_dev->pnp.bus_id);
dev->wakeup.state.enabled =
found_dev->wakeup.state.enabled;
diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c
index f1e8af5..0843fcf 100644
--- a/drivers/isdn/mISDN/l1oip_core.c
+++ b/drivers/isdn/mISDN/l1oip_core.c
@@ -1509,7 +1509,7 @@ l1oip_init(void)
printk(KERN_DEBUG "%s: interface %d is %s with %s.\n",
__func__, l1oip_cnt, pri ? "PRI" : "BRI",
bundle ? "bundled IP packet for all B-channels" :
- "seperate IP packets for every B-channel");
+ "separate IP packets for every B-channel");
hc = kzalloc(sizeof(struct l1oip), GFP_ATOMIC);
if (!hc) {