mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
bpf: hbm: fix spelling mistake "deault" -> "default"
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>
This commit is contained in:
parent
4c3024debf
commit
5b4f21b2a5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user