All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings
@ 2015-02-22 23:29 Haneen Mohammed
  2015-02-22 23:35 ` [PATCH v4 2/6] Staging: emxx_udc: Remove volatile from union usb_regs_access Haneen Mohammed
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Haneen Mohammed @ 2015-02-22 23:29 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Haneen Mohammed

This patchset fixes the following coding style issues found by checkpatch.pl:
Do not add new typedefs.
Use of volatile is usually wrong.
printk not prefered.

Changes in v4:
 - Patchset broken into smaller patches
Changes in v3:
 - create patchset from two patches
Changes in v2:
 - First patch reversion

Haneen Mohammed (6):
  Staging: emxx_udc: Fix do not add new typedefs
  Staging: emxx_udc: Remove volatile from union usb_regs_access
  Staging: emxx_udc: Replace custom printk micro ERR with pr_err
  Staging: emxx_udc: Replace custom printk micro ERR with dev_err
  Staging: emxx_udc: Remove custom printk micro ERR
  Staging: emxx_udc: Clean dev_err() logging

 drivers/staging/emxx_udc/emxx_udc.c | 140 ++++++++++++++++++------------------
 drivers/staging/emxx_udc/emxx_udc.h |  27 ++++---
 2 files changed, 83 insertions(+), 84 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-02-23  7:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 23:29 [PATCH v4 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings Haneen Mohammed
2015-02-22 23:35 ` [PATCH v4 2/6] Staging: emxx_udc: Remove volatile from union usb_regs_access Haneen Mohammed
2015-02-23  7:20   ` [Outreachy kernel] " Julia Lawall
2015-02-22 23:40 ` [PATCH v4 3/6] Staging: emxx_udc: Replace custom printk micro ERR with pr_err Haneen Mohammed
2015-02-23  7:20   ` [Outreachy kernel] " Julia Lawall
2015-02-22 23:41 ` [PATCH v4 4/6] Staging: emxx_udc: Replace custom printk micro ERR with dev_err Haneen Mohammed
2015-02-23  7:16   ` [Outreachy kernel] " Julia Lawall
2015-02-22 23:42 ` [PATCH v4 5/6] Staging: emxx_udc: Remove custom printk micro ERR Haneen Mohammed
2015-02-23  7:15   ` [Outreachy kernel] " Julia Lawall
2015-02-22 23:44 ` [PATCH v4 6/6] Staging: emxx_udc: Clean dev_err() logging Haneen Mohammed
2015-02-22 23:46 ` [PATCH v4 1/6] Staging: emxx_udc: Fix do not add new typedefs Haneen Mohammed
2015-02-23  7:13   ` [Outreachy kernel] " Julia Lawall

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.