All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Fix checkpatch issues
@ 2017-10-01 21:34 Georgiana Chelu
  2017-10-01 21:34 ` [PATCH v3 1/7] Staging: media: atomisp: Remove useless 'out of memory' messages Georgiana Chelu
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Georgiana Chelu @ 2017-10-01 21:34 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Mauro Carvalho Chehab, Greg Kroah-Hartman

This patchset was created to fix warnings introduced
by several patches from the previous patchset.
The number of the patches was reduced from 10 to 7
because 1 patch is already accepted, 2 patches were
combined into a single patch, and the changes from
the 10/10 patch were added in the patches where 
coding style fixes were required.

* [1/07] kmalloc generates a backtrace on failure and it will
show the same information as the removed messages.
* [2/07] the unlikely function is not necessary on NULL pointers
after a memory allocation.

Changes in v2:
* Nothing changed in 1/10
* New added 2/10 - 10/10

Changes in v3:
* added a different cover letter message
* removed an accepted patch
* removed the braces for single statement blocks in 1/7
* split the lines with over 80 characters where changes
were made 

Georgiana Chelu (7):
  Staging: media: atomisp: Remove useless 'out of memory' messages
  Staging: media: atomisp: Remove unlikely from NULL pointer check
  Staging: media: atomisp: Adjust checks for null pointers
  Staging: media: atomisp: Remove return statement from void function
  Staging: media: atomisp: Add spaces around bitwise OR
  Staging: media: atomisp: Merge quoted string split across lines
  Staging: media: atomisp: Align code with open parenthesis

 .../media/atomisp/pci/atomisp2/hmm/hmm_bo.c        | 156 ++++++++++-----------
 1 file changed, 72 insertions(+), 84 deletions(-)

-- 
2.11.0



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

end of thread, other threads:[~2017-10-07 21:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-01 21:34 [PATCH v3 0/7] Fix checkpatch issues Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 1/7] Staging: media: atomisp: Remove useless 'out of memory' messages Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 2/7] Staging: media: atomisp: Remove unlikely from NULL pointer check Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 3/7] Staging: media: atomisp: Adjust checks for null pointers Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 4/7] Staging: media: atomisp: Remove return statement from void function Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 5/7] Staging: media: atomisp: Add spaces around bitwise OR Georgiana Chelu
2017-10-01 21:34 ` [PATCH v3 6/7] Staging: media: atomisp: Merge quoted string split across lines Georgiana Chelu
2017-10-03 16:15   ` Greg Kroah-Hartman
2017-10-01 21:34 ` [PATCH v3 7/7] Staging: media: atomisp: Align code with open parenthesis Georgiana Chelu
2017-10-03 16:09 ` [PATCH v3 0/7] Fix checkpatch issues Greg Kroah-Hartman
2017-10-07 21:31   ` Georgiana Chelu

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.