Skip to content

Commit e38b3a3

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/[email protected] Signed-off-by: Kaushlendra Kumar <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 2dae375 commit e38b3a3

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)