From: Yangtao Li Date: Sat, 15 Dec 2018 08:29:18 +0000 (-0500) Subject: mfd: rave-sp: Fix typo in rave_sp_checksum comment X-Git-Tag: v5.0-rc3~43^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f7b1e49c670370eeb21e0d7feb7eaa2468ad7ae2;p=users%2Fjedix%2Flinux-maple.git mfd: rave-sp: Fix typo in rave_sp_checksum comment Caculated -> Calculated Signed-off-by: Yangtao Li Signed-off-by: Lee Jones --- 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 {