summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/chip.c
diff options
context:
space:
mode:
authorJubin John <jubin.john@intel.com>2016-02-14 20:20:58 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:45:39 -0500
commit16733b8822017b84d2abdb8ae2b6c7d554a4e0d0 (patch)
tree6763917e758bd6852b9cd1f7b92dd0083b5987de /drivers/staging/rdma/hfi1/chip.c
parentf3ff8189419e34b61c0e1040174dbd6701bf3428 (diff)
downloadlinux-stable-16733b8822017b84d2abdb8ae2b6c7d554a4e0d0.tar.gz
linux-stable-16733b8822017b84d2abdb8ae2b6c7d554a4e0d0.tar.bz2
linux-stable-16733b8822017b84d2abdb8ae2b6c7d554a4e0d0.zip
staging/rdma/hfi1: Fix misspellings
Fix misspelled word based on checkpatch check: CHECK: 'ffoo' may be misspelled - perhaps 'foo'? Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Jubin John <jubin.john@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/hfi1/chip.c')
-rw-r--r--drivers/staging/rdma/hfi1/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rdma/hfi1/chip.c b/drivers/staging/rdma/hfi1/chip.c
index 233958d8061d..53e3273fdf73 100644
--- a/drivers/staging/rdma/hfi1/chip.c
+++ b/drivers/staging/rdma/hfi1/chip.c
@@ -8080,7 +8080,7 @@ static inline int check_packet_present(struct hfi1_ctxtdata *rcd)
* Receive packet IRQ handler. This routine expects to be on its own IRQ.
* This routine will try to handle packets immediately (latency), but if
* it finds too many, it will invoke the thread handler (bandwitdh). The
- * chip receive interupt is *not* cleared down until this or the thread (if
+ * chip receive interrupt is *not* cleared down until this or the thread (if
* invoked) is finished. The intent is to avoid extra interrupts while we
* are processing packets anyway.
*/