netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] liquidio: standardization and cleanup
@ 2017-07-25  0:15 Felix Manlunas
  2017-07-25  0:16 ` [PATCH v2 net-next 1/2] liquidio: standardization: use min_t instead of custom macro Felix Manlunas
  2017-07-25  0:17 ` [PATCH v2 net-next 2/2] liquidio: cleanup: removed cryptic and misleading macro Felix Manlunas
  0 siblings, 2 replies; 4+ messages in thread
From: Felix Manlunas @ 2017-07-25  0:15 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	ricardo.farrington

From: Rick Farrington <ricardo.farrington@cavium.com>

This patchset corrects some non-standard macro usage.

1. Replaced custom MIN macro with use of standard 'min_t'.
2. Removed cryptic and misleading macro 'CAST_ULL'.

change log:
V1 -> V2:
1. Added driver cleanup of macro 'CAST_ULL'.

Rick Farrington (2):
  liquidio: standardization: use min_t instead of custom macro
  liquidio: cleanup: removed cryptic and misleading macro

 drivers/net/ethernet/cavium/liquidio/octeon_console.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.9.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-26  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25  0:15 [PATCH v2 net-next 0/2] liquidio: standardization and cleanup Felix Manlunas
2017-07-25  0:16 ` [PATCH v2 net-next 1/2] liquidio: standardization: use min_t instead of custom macro Felix Manlunas
2017-07-25  0:17 ` [PATCH v2 net-next 2/2] liquidio: cleanup: removed cryptic and misleading macro Felix Manlunas
2017-07-26  4:20   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).