]> Pileus Git - ~andy/linux/commitdiff
staging: Fix typo within android drivers.
authorMasanari Iida <standby24x7@gmail.com>
Mon, 16 Apr 2012 15:26:29 +0000 (00:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 23:49:00 +0000 (16:49 -0700)
Fix spelling typo in comments within android drivers.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/alarm-dev.c
drivers/staging/android/alarm.c
drivers/staging/android/android_alarm.h
drivers/staging/android/binder.h

index 03efb34cbe2e4e83717e6468dfff6b8ec9a2eeac..1b618f32811584abcac6547706515a4eddd85893 100644 (file)
@@ -54,7 +54,7 @@ module_param_named(debug_mask, debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP);
        ANDROID_ALARM_RTC_WAKEUP_MASK | \
        ANDROID_ALARM_ELAPSED_REALTIME_WAKEUP_MASK)
 
-/* support old usespace code */
+/* support old userspace code */
 #define ANDROID_ALARM_SET_OLD               _IOW('a', 2, time_t) /* set alarm */
 #define ANDROID_ALARM_SET_AND_WAIT_OLD      _IOW('a', 3, time_t)
 
index c68950b9e08f805316edb1d486b6f24f6c08e500..d42a592927ea1982328155dfa222a3f27247f929 100644 (file)
@@ -57,7 +57,7 @@ module_param_named(debug_mask, debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP);
        ANDROID_ALARM_RTC_WAKEUP_MASK | \
        ANDROID_ALARM_ELAPSED_REALTIME_WAKEUP_MASK)
 
-/* support old usespace code */
+/* support old userspace code */
 #define ANDROID_ALARM_SET_OLD               _IOW('a', 2, time_t) /* set alarm */
 #define ANDROID_ALARM_SET_AND_WAIT_OLD      _IOW('a', 3, time_t)
 
@@ -543,7 +543,7 @@ static int __init alarm_late_init(void)
 
        /* this needs to run after the rtc is read at boot */
        spin_lock_irqsave(&alarm_slock, flags);
-       /* We read the current rtc and system time so we can later calulate
+       /* We read the current rtc and system time so we can later calculate
         * elasped realtime to be (boot_systemtime + rtc - boot_rtc) ==
         * (rtc - (boot_rtc - boot_systemtime))
         */
index 6eecbde2ef6f4079991048b4e5d8bb578c7dbb9f..e586caef4ba8e82788b010d13272aa3c37502b67 100644 (file)
@@ -41,7 +41,7 @@ enum android_alarm_type {
 /*
  * The alarm interface is similar to the hrtimer interface but adds support
  * for wakeup from suspend. It also adds an elapsed realtime clock that can
- * be used for periodic timers that need to keep runing while the system is
+ * be used for periodic timers that need to keep running while the system is
  * suspended and not be disrupted when the wall time is set.
  */
 
index 25ab6f2759e90b8c6f23f238cff2f7b6743837ce..6602474f41edea8f600f2614a4271c932d1d9e9d 100644 (file)
@@ -63,7 +63,7 @@ struct flat_binder_object {
 
 /*
  * On 64-bit platforms where user code may run in 32-bits the driver must
- * translate the buffer (and local binder) addresses apropriately.
+ * translate the buffer (and local binder) addresses appropriately.
  */
 
 struct binder_write_read {