All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Convert macros to static inline functions
@ 2016-03-20 19:07 Bhaktipriya Shridhar
  2016-03-20 19:11 ` [PATCH v2 1/4] staging: comedi: amplc_pci230: Convert macro CLK_CONFIG to static inline function Bhaktipriya Shridhar
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bhaktipriya Shridhar @ 2016-03-20 19:07 UTC (permalink / raw)
  To: outreachy-kernel

Convert macros CLK_CONFIG and GAT_CONFIG into static inline
functions as static inline functions are preferred over macros.

Bhaktipriya Shridhar (4):
  staging: comedi: amplc_pci230: Convert macro CLK_CONFIG to static
    inline function
  staging: comedi: amplc_pci224: Convert macro CLK_CONFIG to static
    inline function
  staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static
    inline function
  staging: comedi: amplc_pci230: Convert macro GAT_CONFIG to static
    inline function

 drivers/staging/comedi/drivers/amplc_pci224.c | 24 +++++++++-----
 drivers/staging/comedi/drivers/amplc_pci230.c | 48 ++++++++++++++++-----------
 2 files changed, 45 insertions(+), 27 deletions(-)

--
2.1.4



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

end of thread, other threads:[~2016-03-21 22:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 19:07 [PATCH v2 0/4] Convert macros to static inline functions Bhaktipriya Shridhar
2016-03-20 19:11 ` [PATCH v2 1/4] staging: comedi: amplc_pci230: Convert macro CLK_CONFIG to static inline function Bhaktipriya Shridhar
2016-03-21 22:04   ` [Outreachy kernel] " Greg KH
2016-03-20 19:15 ` [PATCH v2 2/4] staging: comedi: amplc_pci224: " Bhaktipriya Shridhar
2016-03-21 22:04   ` [Outreachy kernel] " Greg KH
2016-03-20 19:16 ` [PATCH v2 3/4] staging: comedi: amplc_pci224: Convert macro GAT_CONFIG " Bhaktipriya Shridhar
2016-03-21 22:04   ` [Outreachy kernel] " Greg KH
2016-03-20 19:20 ` [PATCH v2 4/4] staging: comedi: amplc_pci230: " Bhaktipriya Shridhar
2016-03-21 22:04   ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.