Skip to content

Commit 4b14622

Browse files
kaushlenakpm00
authored andcommitted
tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4
remove unnecessary blank line Link: https://lkml.kernel.org/r/20250901044955.3902815-1-kaushlendra.kumar@intel.com Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 88472be commit 4b14622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/mm/slabinfo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ static void usage(void)
156156
static unsigned long read_obj(const char *name)
157157
{
158158
size_t len;
159-
160159
FILE *f = fopen(name, "r");
161160

162161
if (!f) {

0 commit comments

Comments
 (0)