浏览代码

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>
Adam Buchbinder 15 年之前
父节点
当前提交
edf86baae2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/acpi/proc.c
  2. 1 1
      drivers/isdn/mISDN/l1oip_core.c

+ 1 - 1
drivers/acpi/proc.c

@@ -435,7 +435,7 @@ acpi_system_write_wakeup_device(struct file *file,
 				found_dev->wakeup.gpe_device)) {
 				found_dev->wakeup.gpe_device)) {
 				printk(KERN_WARNING
 				printk(KERN_WARNING
 				       "ACPI: '%s' and '%s' have the same GPE, "
 				       "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->pnp.bus_id, found_dev->pnp.bus_id);
 				dev->wakeup.state.enabled =
 				dev->wakeup.state.enabled =
 				    found_dev->wakeup.state.enabled;
 				    found_dev->wakeup.state.enabled;

+ 1 - 1
drivers/isdn/mISDN/l1oip_core.c

@@ -1509,7 +1509,7 @@ l1oip_init(void)
 			printk(KERN_DEBUG "%s: interface %d is %s with %s.\n",
 			printk(KERN_DEBUG "%s: interface %d is %s with %s.\n",
 			    __func__, l1oip_cnt, pri ? "PRI" : "BRI",
 			    __func__, l1oip_cnt, pri ? "PRI" : "BRI",
 			    bundle ? "bundled IP packet for all B-channels" :
 			    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);
 		hc = kzalloc(sizeof(struct l1oip), GFP_ATOMIC);
 		if (!hc) {
 		if (!hc) {