All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drivers: char: Fix checkpatch issues.
@ 2017-04-03 16:08 Varsha Rao
  0 siblings, 0 replies; 2+ messages in thread
From: Varsha Rao @ 2017-04-03 16:08 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: linux-kernel

This patchset fixes checkpatch issues and use IDA allocation instead of
bitmap.

Varsha Rao (5):
  drivers: char: Replace "foo * bar" with "foo *bar".
  drivers: char: Add space after ','.
  drivers: char: Add blank line after declarations.
  drivers: char: Replace printk with pr_err.
  drivers: char: Replace bit operation functions with IDA allocator.

 drivers/char/misc.c | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

-- 
2.9.3

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

* [PATCH 0/5] drivers: char: Fix checkpatch issues.
@ 2017-04-07 11:28 Varsha Rao
  0 siblings, 0 replies; 2+ messages in thread
From: Varsha Rao @ 2017-04-07 11:28 UTC (permalink / raw)
  To: Matthew Wilcox, Arnd Bergmann, Greg Kroah-Hartman; +Cc: linux-kernel

This patchset fixes checkpatch issues and use IDA allocation instead of
bitmap.

Varsha Rao (5):
  drivers: char: Replace "foo * bar" with "foo *bar".
  drivers: char: Add space after ','.
  drivers: char: Add blank line after declarations.
  drivers: char: Replace printk with pr_err.
  drivers: char: Replace bit operation functions with IDA allocator.

 drivers/char/misc.c | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-07 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 16:08 [PATCH 0/5] drivers: char: Fix checkpatch issues Varsha Rao
2017-04-07 11:28 Varsha Rao

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.