[folded] atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes.patch

This patch was dropped because it was folded into atomic-add-atomic_inc_not_zero_hint.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

ERROR: code indent should use tabs where possible
#64: FILE: include/linux/atomic.h:26:
+ ^Ido {$

WARNING: please, no space before tabs
#64: FILE: include/linux/atomic.h:26:
+ ^Ido {$

WARNING: please, no spaces at the start of a line
#64: FILE: include/linux/atomic.h:26:
+ ^Ido {$

total: 1 errors, 2 warnings, 37 lines checked

NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
      scripts/cleanfile

./patches/atomic-add-atomic_inc_not_zero_hint.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/linux/atomic.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/atomic.h~atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes include/linux/atomic.h
--- a/include/linux/atomic.h~atomic-add-atomic_inc_not_zero_hint-checkpatch-fixes
+++ a/include/linux/atomic.h
@@ -23,7 +23,7 @@ static inline int atomic_inc_not_zero_hi
 	if (!hint)
 		return atomic_inc_not_zero(v);
 
- 	do {
+	do {
 		val = atomic_cmpxchg(v, c, c + 1);
 		if (val == c)
 			return 1;
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

origin.patch
hpet-factor-timer-allocate-from-open.patch
atomic-add-atomic_inc_not_zero_hint.patch
drivers-misc-bh1770glcc-error-handling-in-bh1770_power_state_store.patch
restrict-unprivileged-access-to-kernel-syslog-fix.patch
leds-route-kbd-leds-through-the-generic-leds-layer.patch
backlight-add-low-threshold-to-pwm-backlight.patch
arch-x86-kernel-entry_32s-work-around-gas-2161-glitch.patch
arch-x86-include-asm-fixmaph-mark-__set_fixmap_offset-as-__always_inline.patch

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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux