- uml-fix-a-typo-in-do_uml_initcalls.patch removed from -mm tree

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

 



The patch titled

     uml: fix a typo in do_uml_initcalls

has been  the -mm tree.  Its filename is

     uml-fix-a-typo-in-do_uml_initcalls.patch

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

------------------------------------------------------
Subject: uml: fix a typo in do_uml_initcalls
From: Jeff Dike <jdike@xxxxxxxxxxx>


We had a spurious semicolon somehow.

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/um/os-Linux/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/os-Linux/main.c~uml-fix-a-typo-in-do_uml_initcalls arch/um/os-Linux/main.c
--- devel/arch/um/os-Linux/main.c~uml-fix-a-typo-in-do_uml_initcalls	2006-06-04 02:51:16.000000000 -0700
+++ devel-akpm/arch/um/os-Linux/main.c	2006-06-04 02:51:16.000000000 -0700
@@ -59,7 +59,7 @@ static __init void do_uml_initcalls(void
 	initcall_t *call;
 
 	call = &__uml_initcall_start;
-	while (call < &__uml_initcall_end){;
+	while (call < &__uml_initcall_end){
 		(*call)();
 		call++;
 	}
_

Patches currently in -mm which might be from jdike@xxxxxxxxxxx are

uml-make-copy__user-atomic.patch
uml-fix-not_dead_yet-when-directory-is-in-bad-state.patch
uml-rename-and-improve-actually_do_remove.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