We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf1488 commit 5b8f65eCopy full SHA for 5b8f65e
block/elevator.c
@@ -95,8 +95,8 @@ static inline bool elv_support_features(unsigned int elv_features,
95
* @name: Elevator name to test
96
* @required_features: Features that the elevator must provide
97
*
98
- * Return true is the elevator @e name matches @name and if @e provides all the
99
- * 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.
100
*/
101
static bool elevator_match(const struct elevator_type *e, const char *name,
102
unsigned int required_features)
0 commit comments