block: elevator: delete duplicated word and fix typos
Drop the repeated word "the". Fix typos of "features" and "specified". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jens Axboe <axboe@kernel.dk> Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
3cf1488917
commit
5b8f65e1f9
@ -95,8 +95,8 @@ static inline bool elv_support_features(unsigned int elv_features,
|
|||||||
* @name: Elevator name to test
|
* @name: Elevator name to test
|
||||||
* @required_features: Features that the elevator must provide
|
* @required_features: Features that the elevator must provide
|
||||||
*
|
*
|
||||||
* Return true is the elevator @e name matches @name and if @e provides all the
|
* Return true if the elevator @e name matches @name and if @e provides all
|
||||||
* the feratures spcified by @required_features.
|
* the features specified by @required_features.
|
||||||
*/
|
*/
|
||||||
static bool elevator_match(const struct elevator_type *e, const char *name,
|
static bool elevator_match(const struct elevator_type *e, const char *name,
|
||||||
unsigned int required_features)
|
unsigned int required_features)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user