diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2010-12-08 07:33:11 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-10 05:36:16 -0500 |
commit | 116676ca621a862a8124969772f4dd61c8b40eee (patch) | |
tree | f02da6846ac3726f800fe80cc08a5f6da396c6a9 /include/linux/drbd.h | |
parent | 0cf9d27e38447efe5e5edce155a66a782a5aac4a (diff) |
drbd: Rename enum drbd_ret_codes to enum drbd_ret_code
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
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, |