All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] drxk cleanups
@ 2013-04-28 15:47 Mauro Carvalho Chehab
  2013-04-28 15:47 ` [PATCH 1/9] [media] drxk_hard: don't re-implement log10 Mauro Carvalho Chehab
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2013-04-28 15:47 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List

While checking for log10 implementations at DVB code, I noticed
that drxk had its own implementation for it.

So, I decided to do a cleanup there, using the existing
implementation.

I also took some time to cleanup (most of) the remaining
checkpatch.pl compliants, as it really sucks to work on a
code that it is too polluted.

No functional changes should be noticed after applying
this patch series.

Assuming that 3.9-rc8 will be the final one, the patches on
this series are meant to be applied for Kernel 3.11.

Mauro Carvalho Chehab (9):
  [media] drxk_hard: don't re-implement log10
  [media] drxk_hard: Don't use CamelCase
  [media] drxk_hard: use pr_info/pr_warn/pr_err/... macros
  [media] drxk_hard: don't split strings across lines
  [media] drxk_hard: use usleep_range()
  [media] drxk_hard.h: Remove some alien comment markups
  [media] drxk_hard.h: don't use more than 80 columns
  [media] drxk_hard: remove needless parenthesis
  [media] drxk_hard: Remove most 80-cols checkpatch warnings

 drivers/media/dvb-frontends/drxk.h      |    2 +-
 drivers/media/dvb-frontends/drxk_hard.c | 3154 ++++++++++++++++---------------
 drivers/media/dvb-frontends/drxk_hard.h |  277 +--
 3 files changed, 1745 insertions(+), 1688 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-04-28 16:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 15:47 [PATCH 0/9] drxk cleanups Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 1/9] [media] drxk_hard: don't re-implement log10 Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 2/9] [media] drxk_hard: Don't use CamelCase Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 3/9] [media] drxk_hard: use pr_info/pr_warn/pr_err/... macros Mauro Carvalho Chehab
2013-04-28 16:35   ` Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 4/9] [media] drxk_hard: don't split strings across lines Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 5/9] [media] drxk_hard: use usleep_range() Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 6/9] [media] drxk_hard.h: Remove some alien comment markups Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 7/9] [media] drxk_hard.h: don't use more than 80 columns Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 8/9] [media] drxk_hard: remove needless parenthesis Mauro Carvalho Chehab
2013-04-28 15:47 ` [PATCH 9/9] [media] drxk_hard: Remove most 80-cols checkpatch warnings Mauro Carvalho Chehab

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.