]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bpf: hbm: fix spelling mistake "deault" -> "default"
authorColin Ian King <colin.king@canonical.com>
Tue, 5 Mar 2019 17:31:13 +0000 (17:31 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 7 Mar 2019 09:35:00 +0000 (10:35 +0100)
There are a couple of typos, fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/hbm.c

index 8408ccb7409f43f56da326bec707a17edeb8208c..a79828ab273fa3c17a8fd3468889541c91de0842 100644 (file)
@@ -18,7 +18,7 @@
  *             Default is /hbm1
  *    -r <rate>        Rate limit in Mbps
  *    -s       Get HBM stats (marked, dropped, etc.)
- *    -t <time>        Exit after specified seconds (deault is 0)
+ *    -t <time>        Exit after specified seconds (default is 0)
  *    -w       Work conserving flag. cgroup can increase its bandwidth
  *             beyond the rate limit specified while there is available
  *             bandwidth. Current implementation assumes there is only
@@ -376,7 +376,7 @@ static void Usage(void)
               "               Default is /hbm1\n"
               "    -r <rate>  Rate in Mbps\n"
               "    -s         Update HBM stats\n"
-              "    -t <time>  Exit after specified seconds (deault is 0)\n"
+              "    -t <time>  Exit after specified seconds (default is 0)\n"
               "    -w         Work conserving flag. cgroup can increase\n"
               "               bandwidth beyond the rate limit specified\n"
               "               while there is available bandwidth. Current\n"