block: Fix some kernel-doc comments
[linux-2.6-block.git] / block / elevator.c
index 800e0038be0d73f661c34abd526ccd1048488ce5..a5bdc3b1e7e5bb421be90ef4c9b586b3d0a5bec7 100644 (file)
@@ -94,7 +94,6 @@ static inline bool elv_support_features(struct request_queue *q,
  * elevator_match - Test an elevator name and features
  * @e: Scheduler to test
  * @name: Elevator name to test
- * @required_features: Features that the elevator must provide
  *
  * Return true if the elevator @e name matches @name and if @e provides all
  * the features specified by @required_features.