The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: comedi: comedi.h: Avoid BIT macro
@ 2016-03-02 14:27 Ian Abbott
  2016-03-02 14:27 ` [PATCH 1/2] staging: comedi: comedi.h: Do not use " Ian Abbott
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ian Abbott @ 2016-03-02 14:27 UTC (permalink / raw)
  To: devel; +Cc: Greg Kroah-Hartman, Ian Abbott, H Hartley Sweeten, linux-kernel

Patch 1 effectively reverts commit 72315cdaba9d on linux-next "Staging:
comedi: Prefer using the BIT macro"), but I replaced the use of the BIT
macro with hexadecimal constants instead of the original left bit-shift
expressions.  We shouldn't use the BIT macro in "comedi.h" as it is
intended to be included in the UAPI headers.

Patch 2 just fixes the kernel-doc comment for struct comedi_krange.

1) staging: comedi: comedi.h: Do not use BIT macro
2) staging: comedi: comedi.h: Fix comment for struct comedi_krange

 drivers/staging/comedi/comedi.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 14:27 [PATCH 0/2] staging: comedi: comedi.h: Avoid BIT macro Ian Abbott
2016-03-02 14:27 ` [PATCH 1/2] staging: comedi: comedi.h: Do not use " Ian Abbott
2016-03-02 14:27 ` [PATCH 2/2] staging: comedi: comedi.h: Fix comment for struct comedi_krange Ian Abbott
2016-03-02 16:21 ` [PATCH 0/2] staging: comedi: comedi.h: Avoid BIT macro Hartley Sweeten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox