Skip to content

Commit

Permalink
Cleanup: Fix indentation in zfs_dbgmsg_t
Browse files Browse the repository at this point in the history
fdc2d30 accidentally broke the
indentation.

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Closes #14372
  • Loading branch information
ryao authored and behlendorf committed Jan 12, 2023
1 parent 8e7ebf4 commit d35ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/linux/zfs/zfs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
typedef struct zfs_dbgmsg {
procfs_list_node_t zdm_node;
uint64_t zdm_timestamp;
uint_t zdm_size;
uint_t zdm_size;
char zdm_msg[1]; /* variable length allocation */
} zfs_dbgmsg_t;

Expand Down

0 comments on commit d35ccc1

Please sign in to comment.