]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2
authorHariprasad Shenai <hariprasad@chelsio.com>
Fri, 7 Nov 2014 04:05:25 +0000 (09:35 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 17:57:10 +0000 (12:57 -0500)
commite2ac9628959cc152a811931a6422757b137ac4a4
treeb73982788602de801c3e835d63247d7af174f740
parent6559a7e8296002b4379e5f2c26a2a3a339d5e60a
cxgb4: Cleanup macros so they follow the same style and look consistent, part 2

Various patches have ended up changing the style of the symbolic macros/register
defines 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>
21 files changed:
drivers/infiniband/hw/cxgb4/cm.c
drivers/infiniband/hw/cxgb4/cq.c
drivers/infiniband/hw/cxgb4/mem.c
drivers/infiniband/hw/cxgb4/qp.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
drivers/net/ethernet/chelsio/cxgb4/sge.c
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
drivers/scsi/csiostor/csio_attr.c
drivers/scsi/csiostor/csio_hw.c
drivers/scsi/csiostor/csio_lnode.c
drivers/scsi/csiostor/csio_mb.c
drivers/scsi/csiostor/csio_scsi.c
drivers/scsi/csiostor/csio_wr.h
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c