diff options
Diffstat (limited to 'drivers/block/drbd/drbd_state.h')
-rw-r--r-- | drivers/block/drbd/drbd_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_state.h b/drivers/block/drbd/drbd_state.h index bd989536f888..6c9d5d4a8a75 100644 --- a/drivers/block/drbd/drbd_state.h +++ b/drivers/block/drbd/drbd_state.h | |||
@@ -140,7 +140,7 @@ extern void drbd_resume_al(struct drbd_device *device); | |||
140 | extern bool conn_all_vols_unconf(struct drbd_connection *connection); | 140 | extern bool conn_all_vols_unconf(struct drbd_connection *connection); |
141 | 141 | ||
142 | /** | 142 | /** |
143 | * drbd_request_state() - Reqest a state change | 143 | * drbd_request_state() - Request a state change |
144 | * @device: DRBD device. | 144 | * @device: DRBD device. |
145 | * @mask: mask of state bits to change. | 145 | * @mask: mask of state bits to change. |
146 | * @val: value of new state bits. | 146 | * @val: value of new state bits. |