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:
@@ -10,7 +10,6 @@
|
|||||||
#ifndef ZFS_SPA_HEADER
|
#ifndef ZFS_SPA_HEADER
|
||||||
#define ZFS_SPA_HEADER 1
|
#define ZFS_SPA_HEADER 1
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* General-purpose 32-bit and 64-bit bitfield encodings.
|
* General-purpose 32-bit and 64-bit bitfield encodings.
|
||||||
*/
|
*/
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
#ifndef GRUB_ZFS_HEADER
|
#ifndef GRUB_ZFS_HEADER
|
||||||
#define GRUB_ZFS_HEADER 1
|
#define GRUB_ZFS_HEADER 1
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On-disk version number.
|
* On-disk version number.
|
||||||
*/
|
*/
|
||||||
|
@@ -38,5 +38,4 @@ typedef struct zfs_znode_acl {
|
|||||||
uint8_t z_ace_data[ZFS_ACE_SPACE]; /* space for embedded ACEs */
|
uint8_t z_ace_data[ZFS_ACE_SPACE]; /* space for embedded ACEs */
|
||||||
} zfs_znode_acl_t;
|
} zfs_znode_acl_t;
|
||||||
|
|
||||||
|
|
||||||
#endif /* _SYS_FS_ZFS_ACL_H */
|
#endif /* _SYS_FS_ZFS_ACL_H */
|
||||||
|
Reference in New Issue
Block a user