summaryrefslogtreecommitdiff
path: root/include/linux/time.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-29 15:01:36 -0600
committerTom Rini <[email protected]>2024-07-29 15:01:36 -0600
commitc0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch)
tree302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/linux/time.h
parent9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff)
parent6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff)
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
Diffstat (limited to 'include/linux/time.h')
-rw-r--r--include/linux/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h
index 14a144d9c9c..0de44cff8d7 100644
--- a/include/linux/time.h
+++ b/include/linux/time.h
@@ -34,7 +34,6 @@
#define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0)
-
/* Used by other time functions. */
struct tm {
int tm_sec; /* Seconds. [0-60] (1 leap second) */