diff options
| author | Simon Horman <horms@kernel.org> | 2024-08-22 13:57:33 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 09:37:23 -0700 |
| commit | 70d0bb45fae87a3b08970a318e15f317446a1956 (patch) | |
| tree | dda6bb342fa6d21234ec5a8c0b374537f893f5f4 /include/net/hwbm.h | |
| parent | 01d86846a5a5f34662679dd229a0167fc9d92382 (diff) | |
net: Correct spelling in headers
Correct spelling in Networking headers.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-12-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/hwbm.h')
| -rw-r--r-- | include/net/hwbm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/hwbm.h b/include/net/hwbm.h index aa495decec35..bdbe91c609ff 100644 --- a/include/net/hwbm.h +++ b/include/net/hwbm.h @@ -11,9 +11,9 @@ struct hwbm_pool { int frag_size; /* Number of buffers currently used by this pool */ int buf_num; - /* constructor called during alocation */ + /* constructor called during allocation */ int (*construct)(struct hwbm_pool *bm_pool, void *buf); - /* protect acces to the buffer counter*/ + /* protect access to the buffer counter*/ struct mutex buf_lock; /* private data */ void *priv; |