summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorYangtao Li <tiny.windzz@gmail.com>2018-12-15 03:29:18 -0500
committerLee Jones <lee.jones@linaro.org>2019-01-03 08:32:42 +0000
commitf7b1e49c670370eeb21e0d7feb7eaa2468ad7ae2 (patch)
tree55ddc75f3f32d643b10a32ab196234657889ebfe /drivers/mfd
parentddf5aaa8eecb6ccf51f311a513c3a5011fbe0d54 (diff)
mfd: rave-sp: Fix typo in rave_sp_checksum comment
Caculated -> Calculated Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/rave-sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c
index 2a8369657e38..26c7b63e008a 100644
--- a/drivers/mfd/rave-sp.c
+++ b/drivers/mfd/rave-sp.c
@@ -109,7 +109,7 @@ struct rave_sp_reply {
/**
* struct rave_sp_checksum - Variant specific checksum implementation details
*
- * @length: Caculated checksum length
+ * @length: Calculated checksum length
* @subroutine: Utilized checksum algorithm implementation
*/
struct rave_sp_checksum {