lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed,  2 Jun 2021 23:52:15 -0700
From:   13145886936@....com
To:     akpm@...ux-foundation.org
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        gushengxian <gushengxian@...ong.com>
Subject: [PATCH] mm: opt code indent

From: gushengxian <gushengxian@...ong.com>

Code indent should use tabs where possible.

Signed-off-by: gushengxian <gushengxian@...ong.com>
---
 mm/filemap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index ba1068a1837f..a8163cff10a0 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2669,7 +2669,7 @@ generic_file_read_iter(struct kiocb *iocb, struct iov_iter *iter)
 		} else {
 			retval = filemap_write_and_wait_range(mapping,
 						iocb->ki_pos,
-					        iocb->ki_pos + count - 1);
+						iocb->ki_pos + count - 1);
 			if (retval < 0)
 				return retval;
 		}
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ