All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v5 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings
@ 2015-02-24 20:19 Haneen Mohammed
  0 siblings, 0 replies; 3+ messages in thread
From: Haneen Mohammed @ 2015-02-24 20:19 UTC (permalink / raw)
  To: outreachy-kernel

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

Changes in v5:
- Fix spelling mistakes
- Justify the removal of volatile
- Replaced pr_err with dev_err when possible
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 macro ERR with pr_err
  Staging: emxx_udc: Replace custom printk macro ERR with dev_err
  Staging: emxx_udc: Remove custom printk macro ERR
  Staging: emxx_udc: Clean dev_err() logging

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

-- 
1.9.1



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

* [RESEND PATCH v5 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings
@ 2015-02-25  4:58 Haneen Mohammed
  2015-02-25  6:21 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Haneen Mohammed @ 2015-02-25  4:58 UTC (permalink / raw)
  To: outreachy-kernel

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

Changes in v5:
- Fix spelling mistakes
- Justify the removal of volatile
- Replaced pr_err with dev_err when possible
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 macro ERR with pr_err
  Staging: emxx_udc: Replace custom printk macro ERR with dev_err
  Staging: emxx_udc: Remove custom printk macro ERR
  Staging: emxx_udc: Clean dev_err() logging

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

-- 
1.9.1



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

* Re: [Outreachy kernel] [RESEND PATCH v5 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings
  2015-02-25  4:58 [RESEND PATCH v5 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings Haneen Mohammed
@ 2015-02-25  6:21 ` Julia Lawall
  0 siblings, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2015-02-25  6:21 UTC (permalink / raw)
  To: Haneen Mohammed; +Cc: outreachy-kernel

You seem to have sent the cover letter four times, and not the patch.

julia

On Wed, 25 Feb 2015, Haneen Mohammed wrote:

> This patchset fixes the following coding style issues found by
> checkpatch.pl:
> Do not add new typedefs.
> Use of volatile is usually wrong.
> printk(KERNEL_ERR not prefered.
> 
> Changes in v5:
> - Fix spelling mistakes
> - Justify the removal of volatile
> - Replaced pr_err with dev_err when possible
> 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 macro ERR with pr_err
>   Staging: emxx_udc: Replace custom printk macro ERR with dev_err
>   Staging: emxx_udc: Remove custom printk macro ERR
>   Staging: emxx_udc: Clean dev_err() logging
> 
>  drivers/staging/emxx_udc/emxx_udc.c | 142 ++++++++++++++++++------------------
>  drivers/staging/emxx_udc/emxx_udc.h |  27 ++++---
>  2 files changed, 84 insertions(+), 85 deletions(-)
> 
> -- 
> 1.9.1
> 
> -- 
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20150225045825.GA13573%40example.com.
> For more options, visit https://groups.google.com/d/optout.
> 


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

end of thread, other threads:[~2015-02-25  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25  4:58 [RESEND PATCH v5 0/6] Staging: emxx_udc: Fix checkpatch.pl warnings Haneen Mohammed
2015-02-25  6:21 ` [Outreachy kernel] " Julia Lawall
  -- strict thread matches above, loose matches on Subject: below --
2015-02-24 20:19 Haneen Mohammed

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.