- gfs2-add-newline-to-printk-message.patch removed from -mm tree

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

 



The patch titled
     gfs2: add newline to printk message
has been removed from the -mm tree.  Its filename was
     gfs2-add-newline-to-printk-message.patch

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

------------------------------------------------------
Subject: gfs2: add newline to printk message
From: Richard Fearn <richardfearn@xxxxxxxxx>

Add a missing newline to one of the printk messages in
fs/gfs2/ops_fstype.c.

Signed-off-by: Richard Fearn <richardfearn@xxxxxxxxx>
Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/gfs2/ops_fstype.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/gfs2/ops_fstype.c~gfs2-add-newline-to-printk-message fs/gfs2/ops_fstype.c
--- a/fs/gfs2/ops_fstype.c~gfs2-add-newline-to-printk-message
+++ a/fs/gfs2/ops_fstype.c
@@ -840,7 +840,7 @@ static struct super_block* get_gfs2_sb(c
 	}
 
 	printk(KERN_WARNING "GFS2: Unrecognized block device or "
-	       "mount point %s", dev_name);
+	       "mount point %s\n", dev_name);
 
 free_nd:
 	path_release(&nd);
_

Patches currently in -mm which might be from richardfearn@xxxxxxxxx are

git-gfs2-nmw.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