- dyn_array-fix-typo.patch removed from -mm tree

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

 



The patch titled
     dyn_array: fix typo
has been removed from the -mm tree.  Its filename was
     dyn_array-fix-typo.patch

This patch was dropped because it was merged into mainline or a subsystem tree

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

------------------------------------------------------
Subject: dyn_array: fix typo
From: Yinghai Lu <yhlu.kernel@xxxxxxxxx>

Andrew found the typo could break some platforms

also fix one checkpatch warning

Signed-off-by: Yinghai Lu <yhlu.kernel@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 init/dyn_array.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff -puN init/dyn_array.c~dyn_array-fix-typo init/dyn_array.c
--- a/init/dyn_array.c~dyn_array-fix-typo
+++ a/init/dyn_array.c
@@ -52,7 +52,7 @@ void __init pre_alloc_dyn_array(void)
 			da->init_work(da);
 	}
 #else
-#ifdef CONFIF_GENERIC_HARDIRQS
+#ifdef CONFIG_GENERIC_HARDIRQS
 	unsigned int i;
 
 	for (i = 0; i < NR_IRQS; i++)
@@ -113,9 +113,8 @@ void __init per_cpu_alloc_dyn_array(int 
 
 		phys += size;
 
-		if (da->init_work) {
+		if (da->init_work)
 			da->init_work(da);
-		}
 	}
 #endif
 }
_

Patches currently in -mm which might be from yhlu.kernel@xxxxxxxxx are

linux-next.patch
apci-dump-slit.patch
arch-x86-kernel-early_printkc-remove-unused-enable_debug_console.patch
dyn_array-use-%pf-instead-of-print_fn_descriptor_symbol.patch
net-forcedeth-call-restore-mac-addr-in-nv_shutdown-path-v2.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