[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372024577-6343-2-git-send-email-sakiwit@gmail.com>
Date: Sun, 23 Jun 2013 15:56:17 -0600
From: Jean Sacren <sakiwit@...il.com>
To: netdev@...r.kernel.org
Subject: [PATCH net-next 2/2] net: uapi: do not manually set the first enumerator to zero
Clean up the unnecessary assignment of the first enumerator to zero.
Signed-off-by: Jean Sacren <sakiwit@...il.com>
---
include/uapi/linux/net.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/net.h b/include/uapi/linux/net.h
index 9136b54..9177fd3 100644
--- a/include/uapi/linux/net.h
+++ b/include/uapi/linux/net.h
@@ -48,7 +48,7 @@ enum {
};
typedef enum {
- SS_FREE = 0, /* not allocated */
+ SS_FREE, /* not allocated */
SS_UNCONNECTED, /* unconnected to any socket */
SS_CONNECTING, /* in process of connecting */
SS_CONNECTED, /* connected to socket */
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists