[folded] ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes.patch removed from -mm tree

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

 



The patch titled
     ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes.patch

This patch was dropped because it was folded into ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock.patch

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

------------------------------------------------------
Subject: ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

ERROR: "foo * bar" should be "foo *bar"
#18: FILE: fs/ext2/super.c:1092:
+static void ext2_clear_super_error(struct super_block * sb)

total: 1 errors, 0 warnings, 37 lines checked

./patches/ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock.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: "Theodore Ts'o" <tytso@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/ext2/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/ext2/super.c~ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes fs/ext2/super.c
--- a/fs/ext2/super.c~ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes
+++ a/fs/ext2/super.c
@@ -1105,7 +1105,7 @@ failed_sbi:
 	return ret;
 }
 
-static void ext2_clear_super_error(struct super_block * sb)
+static void ext2_clear_super_error(struct super_block *sb)
 {
 	struct buffer_head *sbh = EXT2_SB(sb)->s_sbh;
 
_

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

origin.patch
oom-kill-fix-numa-consraint-check-with-nodemask-v42.patch
mb862xxfb-add-acceleration-support-for-coral-p-coral-pa-imageblt-copyarea-fillrect.patch
ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock.patch
ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock-checkpatch-fixes.patch
memcg-coalesce-charging-via-percpu-storage-fix.patch
memcg-code-cleanrm-unused-variable-in-mem_cgroup_resize_limit-cleanup.patch
ipc-remove-unreachable-code-in-semc-fix.patch
fs-cache-avoid-maybe-used-uninitialised-warning-on-variable.patch
aio-dont-zero-out-the-pages-array-inside-struct-dio-fix.patch
direct-io-cleanup-blockdev_direct_io-locking-checkpatch-fixes.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