* [PATCH trivial 06/16] PM / Runtime: Add missing "it" in comment
[not found] <1394533430-4746-1-git-send-email-geert@linux-m68k.org>
@ 2014-03-11 10:23 ` Geert Uytterhoeven
2014-03-11 10:51 ` Pavel Machek
2014-03-11 10:23 ` [PATCH trivial 07/16] PM / Hibernate: Spelling s/anonymouns/anonymous/ Geert Uytterhoeven
1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:23 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Pavel Machek, linux-pm
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: linux-pm@vger.kernel.org
---
drivers/base/power/runtime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c
index 4776cf528d08..67c7938e430b 100644
--- a/drivers/base/power/runtime.c
+++ b/drivers/base/power/runtime.c
@@ -1131,7 +1131,7 @@ EXPORT_SYMBOL_GPL(pm_runtime_barrier);
* @dev: Device to handle.
* @check_resume: If set, check if there's a resume request for the device.
*
- * Increment power.disable_depth for the device and if was zero previously,
+ * Increment power.disable_depth for the device and if it was zero previously,
* cancel all pending runtime PM requests for the device and wait for all
* operations in progress to complete. The device can be either active or
* suspended after its runtime PM has been disabled.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH trivial 07/16] PM / Hibernate: Spelling s/anonymouns/anonymous/
[not found] <1394533430-4746-1-git-send-email-geert@linux-m68k.org>
2014-03-11 10:23 ` [PATCH trivial 06/16] PM / Runtime: Add missing "it" in comment Geert Uytterhoeven
@ 2014-03-11 10:23 ` Geert Uytterhoeven
2014-03-11 10:51 ` Pavel Machek
1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-03-11 10:23 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Pavel Machek, linux-pm
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: linux-pm@vger.kernel.org
---
kernel/power/snapshot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index d9f61a145802..149e745eaa52 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -1268,7 +1268,7 @@ static void free_unnecessary_pages(void)
* [number of saveable pages] - [number of pages that can be freed in theory]
*
* where the second term is the sum of (1) reclaimable slab pages, (2) active
- * and (3) inactive anonymouns pages, (4) active and (5) inactive file pages,
+ * and (3) inactive anonymous pages, (4) active and (5) inactive file pages,
* minus mapped file pages.
*/
static unsigned long minimum_image_size(unsigned long saveable)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread