The patch titled
     pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes.patch

This patch was dropped because it was folded into 
pm-rework-struct-platform_suspend_ops.patch

------------------------------------------------------
Subject: pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
From: Andrew Morton <[EMAIL PROTECTED]>

WARNING: braces {} are not necessary for single statement blocks
#85: FILE: arch/powerpc/platforms/52xx/lite5200_pm.c:207:
+       if (lite5200_pm_target_state == PM_SUSPEND_STANDBY) {
+               mpc52xx_pm_finish();
        }

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Cc: Domen Puncer <[EMAIL PROTECTED]>
Cc: Joseph Fannin <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Cc: Pavel Machek <[EMAIL PROTECTED]>
Cc: Rafael J. Wysocki <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/powerpc/platforms/52xx/lite5200_pm.c |    3 +--
 asm-powerpc/mpc52xx.h                     |    0 
 2 files changed, 1 insertion(+), 2 deletions(-)

diff -puN 
arch/powerpc/platforms/52xx/lite5200_pm.c~pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
 arch/powerpc/platforms/52xx/lite5200_pm.c
--- 
a/arch/powerpc/platforms/52xx/lite5200_pm.c~pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
+++ a/arch/powerpc/platforms/52xx/lite5200_pm.c
@@ -204,9 +204,8 @@ static int lite5200_pm_enter(suspend_sta
 static void lite5200_pm_finish(void)
 {
        /* deep sleep? let mpc52xx code handle that */
-       if (lite5200_pm_target_state == PM_SUSPEND_STANDBY) {
+       if (lite5200_pm_target_state == PM_SUSPEND_STANDBY)
                mpc52xx_pm_finish();
-       }
 }
 
 static struct platform_suspend_ops lite5200_pm_ops = {
diff -puN 
arch/powerpc/platforms/52xx/mpc52xx_pm.c~pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
 arch/powerpc/platforms/52xx/mpc52xx_pm.c
diff -puN 
include/asm-powerpc/mpc52xx.h~pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes
 include/asm-powerpc/mpc52xx.h
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
pm-rework-struct-platform_suspend_ops.patch
pm-rework-struct-platform_suspend_ops-fixup-checkpatch-fixes.patch
serial-turn-serial-console-suspend-a-boot-rather-than-compile-time-option-update.patch
stop-using-dma_xxbit_mask.patch
stop-using-dma_xxbit_mask-fix.patch
powerpc-lock-bitops-fix.patch
fuse-fix-race-between-getattr-and-write-checkpatch-fixes.patch
fuse-add-file-handle-to-getattr-operation-checkpatch-fixes.patch
sparse-pointer-use-of-zero-as-null-checkpatch-fixes.patch
i-oat-tighten-descriptor-setup-performance-fix.patch
i-oat-add-completion-callback-for-async_tx-interface-use-fix.patch
i-oat-add-completion-callback-for-async_tx-interface-use-fix-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to