[folded-merged] ocfs2-use-kmemdup-rather-than-duplicating-its-implementation-checkpatch-fixes.patch removed from -mm tree

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

 



The patch titled
     Subject: ocfs2-use-kmemdup-rather-than-duplicating-its-implementation-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     ocfs2-use-kmemdup-rather-than-duplicating-its-implementation-checkpatch-fixes.patch

This patch was dropped because it was folded into ocfs2-use-kmemdup-rather-than-duplicating-its-implementation.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: ocfs2-use-kmemdup-rather-than-duplicating-its-implementation-checkpatch-fixes

WARNING: Block comments use a trailing */ on a separate line
#34: FILE: fs/ocfs2/alloc.c:6195:
+		 * will be passed back to recovery for processing. */

total: 0 errors, 1 warnings, 47 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

./patches/ocfs2-use-kmemdup-rather-than-duplicating-its-implementation.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Cc: Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/ocfs2/alloc.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- a/fs/ocfs2/alloc.c~ocfs2-use-kmemdup-rather-than-duplicating-its-implementation-checkpatch-fixes
+++ a/fs/ocfs2/alloc.c
@@ -6191,8 +6191,10 @@ int ocfs2_begin_truncate_log_recovery(st
 	if (le16_to_cpu(tl->tl_used)) {
 		trace_ocfs2_truncate_log_recovery_num(le16_to_cpu(tl->tl_used));
 
-		/* Assuming the write-out below goes well, this copy
-		 * will be passed back to recovery for processing. */
+		/*
+		 * Assuming the write-out below goes well, this copy will be
+		 * passed back to recovery for processing.
+		 */
 		*tl_copy = kmemdup(tl_bh->b_data, tl_bh->b_size, GFP_KERNEL);
 		if (!(*tl_copy)) {
 			status = -ENOMEM;
_

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

ocfs2-use-kmemdup-rather-than-duplicating-its-implementation.patch
include-linux-pfn_th-remove-pfn_t_to_virt.patch
include-linux-pagemaph-document-trylock_page-return-value.patch
mm-swap-use-rbtree-for-swap_extent-fix.patch
mm-gup-speed-up-check_and_migrate_cma_pages-on-huge-page-fix.patch
proc-use-down_read_killable-mmap_sem-for-proc-pid-map_files-fix.patch




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

  Powered by Linux