From 55f006318a35990d7d19a796e9af4c5f351b389a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Mar 2026 16:02:15 +0000 Subject: tidy some comments Signed-off-by: Leah Rowe --- util/nvmutil/include/common.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'util/nvmutil/include/common.h') diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index 8e8ee96c..88254716 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -1,6 +1,4 @@ -/* - * SPDX-License-Identifier: MIT - * +/* SPDX-License-Identifier: MIT * Copyright (c) 2022-2026 Leah Rowe */ @@ -422,7 +420,7 @@ const char *getnvmprogname(void); char *new_tmpfile(int *fd, int local, const char *path); int mkstemp_n(char *template); -char *x_c_tmpdir(void); +char *get_tmpdir(void); int close_on_eintr(int fd); int fsync_on_eintr(int fd); @@ -487,6 +485,5 @@ typedef char bool_no_loop_eagain[(NO_LOOP_EAGAIN==0)?1:-1]; typedef char bool_off_err[(OFF_ERR==0)?1:-1]; typedef char bool_off_reset[(OFF_RESET==0||OFF_RESET==1)?1:-1]; - #endif #endif -- cgit v1.2.1