diff options
| author | Haoyu Lu <hechushiguitu666@gmail.com> | 2026-03-27 14:14:54 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-03-31 11:34:15 +0300 |
| commit | d915dde6cf913f90efd74efbadf5f1219c7072ae (patch) | |
| tree | 2e4b6805af8b19aef247e13429d143c12c68d625 | |
| parent | 7088561c8fbf71db2070d7f5fe23bd0ec7b7f75c (diff) | |
| download | linux-d915dde6cf913f90efd74efbadf5f1219c7072ae.tar.xz | |
staging: rtl8723bs: fix spelling in comment
Change "co-existance" to "co-existence" in comment.
Signed-off-by: Haoyu Lu <hechushiguitu666@gmail.com>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260327111455.3260-1-hechushiguitu666@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8723bs/include/hal_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/hal_data.h b/drivers/staging/rtl8723bs/include/hal_data.h index b87c90f693ec..ff4383e30322 100644 --- a/drivers/staging/rtl8723bs/include/hal_data.h +++ b/drivers/staging/rtl8723bs/include/hal_data.h @@ -385,7 +385,7 @@ struct hal_com_data { struct dm_priv dmpriv; struct dm_odm_t odmpriv; - /* For bluetooth co-existance */ + /* For bluetooth co-existence */ struct bt_coexist bt_coexist; /* Interrupt related register information. */ |
