diff options
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 41da654cc0b1..d92f989036c9 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -103,7 +103,7 @@ enum drbd_on_congestion { | |||
103 | }; | 103 | }; |
104 | 104 | ||
105 | /* KEEP the order, do not delete or insert. Only append. */ | 105 | /* KEEP the order, do not delete or insert. Only append. */ |
106 | enum drbd_ret_codes { | 106 | enum drbd_ret_code { |
107 | ERR_CODE_BASE = 100, | 107 | ERR_CODE_BASE = 100, |
108 | NO_ERROR = 101, | 108 | NO_ERROR = 101, |
109 | ERR_LOCAL_ADDR = 102, | 109 | ERR_LOCAL_ADDR = 102, |