diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-08 09:43:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-08 09:43:51 +0100 |
commit | cb9c3894e50ecd5e940bb8a248fdb49da8e0c918 (patch) | |
tree | eef91cbb300825ad8cedd1877df3bcf3d88a5532 /procps/mpstat.c | |
parent | 844a6c5abdcb5a189e91cb7ca3742bcaed25a4da (diff) | |
download | busybox-w32-cb9c3894e50ecd5e940bb8a248fdb49da8e0c918.tar.gz busybox-w32-cb9c3894e50ecd5e940bb8a248fdb49da8e0c918.tar.bz2 busybox-w32-cb9c3894e50ecd5e940bb8a248fdb49da8e0c918.zip |
*: make "argc UNUSED_PARAM" consistent
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/mpstat.c')
-rw-r--r-- | procps/mpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/mpstat.c b/procps/mpstat.c index 7ead1fa7d..ed678f456 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -840,7 +840,7 @@ static int get_irqcpu_nr(const char *f, int max_irqs) | |||
840 | //usage: "\n -u Report CPU utilization" | 840 | //usage: "\n -u Report CPU utilization" |
841 | 841 | ||
842 | int mpstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 842 | int mpstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
843 | int mpstat_main(int UNUSED_PARAM argc, char **argv) | 843 | int mpstat_main(int argc UNUSED_PARAM, char **argv) |
844 | { | 844 | { |
845 | char *opt_irq_fmt; | 845 | char *opt_irq_fmt; |
846 | char *opt_set_cpu; | 846 | char *opt_set_cpu; |