| From: Kaushlendra Kumar <kaushlendra.kumar@intel.com> |
| Subject: tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4 |
| Date: Mon, 1 Sep 2025 10:19:55 +0530 |
| |
| 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> |
| --- |
| |
| tools/mm/slabinfo.c | 1 - |
| 1 file changed, 1 deletion(-) |
| |
| --- a/tools/mm/slabinfo.c~tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4 |
| +++ a/tools/mm/slabinfo.c |
| @@ -156,7 +156,6 @@ static void usage(void) |
| static unsigned long read_obj(const char *name) |
| { |
| size_t len; |
| - |
| FILE *f = fopen(name, "r"); |
| |
| if (!f) { |
| _ |