aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_sd7220.c
diff options
context:
space:
mode:
authorZhang Jiaming <jiaming@nfschina.com>2022-07-01 15:48:12 +0800
committerJason Gunthorpe <jgg@nvidia.com>2022-07-04 10:14:57 -0300
commit2635d2a8d4664b665bc12e15eee88e9b1b40ae7b (patch)
treeda57bdb22277db2be7acddc188e0a19aeee31771 /drivers/infiniband/hw/qib/qib_sd7220.c
parentRDMA/rxe: Remove unnecessary include statement (diff)
downloadlinux-dev-2635d2a8d4664b665bc12e15eee88e9b1b40ae7b.tar.xz
linux-dev-2635d2a8d4664b665bc12e15eee88e9b1b40ae7b.zip
IB: Fix spelling of 'writable'
There is a typo (writeable) in qib_file_ops.c, qib_sd7220.c's comments, and in rxe_check_bind_mw() Link: https://lore.kernel.org/r/20220701074812.12615-1-jiaming@nfschina.com Link: https://lore.kernel.org/r/20220701080019.13329-1-jiaming@nfschina.com Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_sd7220.c')
-rw-r--r--drivers/infiniband/hw/qib/qib_sd7220.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_sd7220.c b/drivers/infiniband/hw/qib/qib_sd7220.c
index 81b810d006c0..1dc3ccf0cf1f 100644
--- a/drivers/infiniband/hw/qib/qib_sd7220.c
+++ b/drivers/infiniband/hw/qib/qib_sd7220.c
@@ -587,7 +587,7 @@ static int epb_access(struct qib_devdata *dd, int sdnum, int claim)
/* Need to release */
u64 pollval;
/*
- * The only writeable bits are the request and CS.
+ * The only writable bits are the request and CS.
* Both should be clear
*/
u64 newval = 0;