cxgb4: Cleanup macros so they follow the same style and look consistent
authorHariprasad Shenai <hariprasad@chelsio.com>
Fri, 7 Nov 2014 04:05:24 +0000 (09:35 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 17:57:10 +0000 (12:57 -0500)
Various patches have ended up changing the style of the symbolic macros/register
to different style.

As a result, the current kernel.org files are a mix of different macro styles.
Since this macro/register defines is used by different drivers a
few patch series have ended up adding duplicate macro/register define entries
with different styles. This makes these register define/macro files a complete
mess and we want to make them clean and consistent. This patch cleans up a part
of it.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found