All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Change kmalloc to kmalloc_array and rearrange statement
@ 2016-02-16 22:22 Janani Ravichandran
  2016-02-16 22:24 ` [PATCH 1/2] staging: wilc1000: Use kmalloc_array instead of kmalloc Janani Ravichandran
  2016-02-16 22:27 ` [PATCH 2/2] staging: wilc1000: Rearrange statement to respect 80 char limit Janani Ravichandran
  0 siblings, 2 replies; 4+ messages in thread
From: Janani Ravichandran @ 2016-02-16 22:22 UTC (permalink / raw)
  To: outreachy-kernel

This patchset changes a call to kmalloc to kmalloc_array and splits
the statement across multiple lines to respect the 80 char per line limit.

Janani Ravichandran (2):
  staging: wilc1000: Use kmalloc_array instead of kmalloc
  staging: wilc1000: Rearrange statement to respect 80 char limit

 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.5.0



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

end of thread, other threads:[~2016-02-16 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 22:22 [PATCH 0/2] Change kmalloc to kmalloc_array and rearrange statement Janani Ravichandran
2016-02-16 22:24 ` [PATCH 1/2] staging: wilc1000: Use kmalloc_array instead of kmalloc Janani Ravichandran
2016-02-16 17:33   ` [Outreachy kernel] " Julia Lawall
2016-02-16 22:27 ` [PATCH 2/2] staging: wilc1000: Rearrange statement to respect 80 char limit Janani Ravichandran

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.