commit | 116676ca621a862a8124969772f4dd61c8b40eee | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Wed Dec 08 13:33:11 2010 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Mar 10 11:36:16 2011 +0100 |
tree | f02da6846ac3726f800fe80cc08a5f6da396c6a9 | |
parent | 0cf9d27e38447efe5e5edce155a66a782a5aac4a [diff] [blame] |
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>
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 41da654..d92f989 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h
@@ -103,7 +103,7 @@ }; /* KEEP the order, do not delete or insert. Only append. */ -enum drbd_ret_codes { +enum drbd_ret_code { ERR_CODE_BASE = 100, NO_ERROR = 101, ERR_LOCAL_ADDR = 102,