Skip to content

Commit 5b8f65e

Browse files
rddunlapaxboe
authored andcommitted
block: elevator: delete duplicated word and fix typos
Drop the repeated word "the". Fix typos of "features" and "specified". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 3cf1488 commit 5b8f65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/elevator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ static inline bool elv_support_features(unsigned int elv_features,
9595
* @name: Elevator name to test
9696
* @required_features: Features that the elevator must provide
9797
*
98-
* Return true is the elevator @e name matches @name and if @e provides all the
99-
* the feratures spcified by @required_features.
98+
* Return true if the elevator @e name matches @name and if @e provides all
99+
* the features specified by @required_features.
100100
*/
101101
static bool elevator_match(const struct elevator_type *e, const char *name,
102102
unsigned int required_features)

0 commit comments

Comments
 (0)