[PATCH][next] ufs: Remove space before newline

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

 



There is an extraneous space before a newline in a UFSD message. Remove it
Also add spaces after , to clean up checkpatch warning

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
 fs/ufs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index 8361c00e8fa6..3675e45372a3 100644
--- a/fs/ufs/inode.c
+++ b/fs/ufs/inode.c
@@ -55,7 +55,7 @@ static int ufs_block_to_path(struct inode *inode, sector_t i_block, unsigned off
 	int n = 0;
 
 
-	UFSD("ptrs=uspi->s_apb = %d,double_blocks=%ld \n",ptrs,double_blocks);
+	UFSD("ptrs=uspi->s_apb = %d,double_blocks=%ld\n", ptrs, double_blocks);
 	if (i_block < direct_blocks) {
 		offsets[n++] = i_block;
 	} else if ((i_block -= direct_blocks) < indirect_blocks) {
-- 
2.50.0





[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux