All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] staging: media: lirc: Resolve checkpatch issues
@ 2016-09-24 15:59 Namrata A Shettar
  2016-09-24 16:00 ` [PATCH v2 1/6] staging: media: lirc: Remove multiple blank lines Namrata A Shettar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Namrata A Shettar @ 2016-09-24 15:59 UTC (permalink / raw)
  To: Jarod Wilson, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Wolfram Sang, Maciek Borzecki, Arnd Bergmann, outreachy-kernel

Fix multiple checkpatch issues.

Namrata A Shettar (6):
  staging: media: lirc: Remove multiple blank lines
  staging: media: lirc: Add space around '*'
  staging: media: lirc: Replace pointer of data type with pointer of same type
  staging: media: lirc: Add space around binary operators
  staging: media: lirc: Convert 'unsigned' to 'unsigned int'
  Replace data type with pointer in sizeof()

 drivers/staging/media/lirc/lirc_bt829.c    |  5 +----
 drivers/staging/media/lirc/lirc_imon.c     |  6 +++---
 drivers/staging/media/lirc/lirc_parallel.c |  6 +++---
 drivers/staging/media/lirc/lirc_sasem.c    | 10 +++++------
 4 files changed, 13 insertions(+), 26 deletions(-)

-- 
 Changes in v2:
 - Subject line and commit messages

2.7.4



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

end of thread, other threads:[~2016-09-24 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-24 15:59 [PATCH v2 0/6] staging: media: lirc: Resolve checkpatch issues Namrata A Shettar
2016-09-24 16:00 ` [PATCH v2 1/6] staging: media: lirc: Remove multiple blank lines Namrata A Shettar
2016-09-24 16:00 ` [PATCH v2 3/6] staging: media: lirc: Replace data type with pointer of same type Namrata A Shettar
2016-09-24 16:00 ` [PATCH v2 4/6] staging: media: lirc: Add space around binary operators Namrata A Shettar
2016-09-24 16:01 ` [PATCH v2 5/6] staging: media: lirc: Convert 'unsigned' to 'unsigned int' Namrata A Shettar
2016-09-24 16:01 ` [PATCH v2 6/6] staging: media: lirc: Replace data type with pointer in sizeof() Namrata A Shettar
2016-09-24 16:04 ` [PATCH v2 2/6] staging: media: lirc: Add space around '*' Namrata A Shettar

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.