From: Randy Dunlap Date: Fri, 31 Jul 2020 01:42:29 +0000 (-0700) Subject: block: elevator: delete duplicated word and fix typos X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5b8f65e1f9664171a4f4c07f8cdc212650f00e77;p=linux.git block: elevator: delete duplicated word and fix typos Drop the repeated word "the". Fix typos of "features" and "specified". Signed-off-by: Randy Dunlap Cc: Jens Axboe Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe --- diff --git a/block/elevator.c b/block/elevator.c index 4eab3d70e880a..90ed7a28c21d3 100644 --- a/block/elevator.c +++ b/block/elevator.c @@ -95,8 +95,8 @@ static inline bool elv_support_features(unsigned int elv_features, * @name: Elevator name to test * @required_features: Features that the elevator must provide * - * Return true is the elevator @e name matches @name and if @e provides all the - * the feratures spcified by @required_features. + * Return true if the elevator @e name matches @name and if @e provides all + * the features specified by @required_features. */ static bool elevator_match(const struct elevator_type *e, const char *name, unsigned int required_features)