include: zfs: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2024-07-23 01:28:33 +02:00 committed by Tom Rini
parent c717b80f05
commit a1af57b70a
3 changed files with 0 additions and 3 deletions

View file

@ -10,7 +10,6 @@
#ifndef ZFS_SPA_HEADER
#define ZFS_SPA_HEADER 1
/*
* General-purpose 32-bit and 64-bit bitfield encodings.
*/

View file

@ -10,7 +10,6 @@
#ifndef GRUB_ZFS_HEADER
#define GRUB_ZFS_HEADER 1
/*
* On-disk version number.
*/

View file

@ -38,5 +38,4 @@ typedef struct zfs_znode_acl {
uint8_t z_ace_data[ZFS_ACE_SPACE]; /* space for embedded ACEs */
} zfs_znode_acl_t;
#endif /* _SYS_FS_ZFS_ACL_H */