Skip to content

Commit

Permalink
tst_tmpdir: Remove NULL from static
Browse files Browse the repository at this point in the history
Not needed, reported by checkpatch.pl.

Link: https://lore.kernel.org/ltp/[email protected]/
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jul 10, 2024
1 parent 6667816 commit cdf739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tst_tmpdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
* Define global variables.
*/
extern char *TCID; /* defined/initialized in main() */
static char *TESTDIR = NULL; /* the directory created */
static char *TESTDIR; /* the directory created */

static char test_start_work_dir[PATH_MAX];

Expand Down

0 comments on commit cdf739f

Please sign in to comment.