From 8ede30c220544034d2732b84d3438aa25bac4c11 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 14 Sep 2015 23:27:19 +0200 Subject: btrfs-progs: cleanup, make usage strings static Reported by sparse. Signed-off-by: David Sterba --- cmds-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-device.c') diff --git a/cmds-device.c b/cmds-device.c index 84a08ad7..195ae2d6 100644 --- a/cmds-device.c +++ b/cmds-device.c @@ -471,7 +471,7 @@ out: return err; } -const char * const cmd_device_usage_usage[] = { +static const char * const cmd_device_usage_usage[] = { "btrfs device usage [options] [..]", "Show detailed information about internal allocations in devices.", HELPINFO_OUTPUT_UNIT_DF, -- cgit v1.2.3