As per comments from Andrew Morton and Jan Engelhardt, this fixes the
indent and removes the "static" from a variable declaration since its
not needed in this case (now allocated on the stack of the function
in question).
Signed-off-by: Steven Whitehouse <[email protected]>
Cc: Jan Engelhardt <[email protected]>
Cc: Andrew Morton <[email protected]>
{
struct buffer_head *bh;
struct gfs2_log_header_host lh;
-static const u32 nothing = 0;
+ const u32 nothing = 0;
u32 hash;
int error;