From: Tejun Heo Date: Thu, 28 Feb 2013 01:03:51 +0000 (-0800) Subject: idr: cosmetic updates to struct / initializer definitions X-Git-Tag: v3.9-rc1~46^2~105 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4106ecaf59b79efff3f9b466baf9e8c67e19ac5a;p=~emulex%2Finfiniband.git idr: cosmetic updates to struct / initializer definitions * Tab align fields like a normal person. * Drop the unnecessary 0 inits from IDR_INIT(). This patch is purely cosmetic. Signed-off-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/idr.h b/include/linux/idr.h index 4cf042da389..8f4980db352 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -49,28 +49,24 @@ #define MAX_IDR_FREE (MAX_IDR_LEVEL * 2) struct idr_layer { - unsigned long bitmap; /* A zero bit means "space here" */ + unsigned long bitmap; /* A zero bit means "space here" */ struct idr_layer __rcu *ary[1<