All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: Correct the argument of sizeof().
@ 2016-03-20  7:11 Sandhya Bankar
  2016-03-20  7:12 ` [PATCH 1/3] Staging: rtl8188eu: rtw_efuse: " Sandhya Bankar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sandhya Bankar @ 2016-03-20  7:11 UTC (permalink / raw)
  To: outreachy-kernel

Correct the argument of sizeof().
Used below coccinelle semantic patch:

@disable sizeof_type_expr@ 
type T;
T **x;
@@

  x = 
  <+...sizeof(
- T   
+ *x
  )...+>


Sandhya Bankar (3):
  Staging: rtl8188eu: rtw_efuse: Correct the argument of sizeof().
  Staging: lustre: rpc: Correct the argument of sizeof().
  Staging: lustre: o2iblnd: Correct the argument of sizeof().

 drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 ++--
 drivers/staging/lustre/lnet/selftest/rpc.c          | 2 +-
 drivers/staging/rtl8188eu/core/rtw_efuse.c          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.3.4



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

end of thread, other threads:[~2016-03-20 15:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20  7:11 [PATCH 0/3] Staging: Correct the argument of sizeof() Sandhya Bankar
2016-03-20  7:12 ` [PATCH 1/3] Staging: rtl8188eu: rtw_efuse: " Sandhya Bankar
2016-03-20  7:14 ` [PATCH 2/3] Staging: lustre: rpc: " Sandhya Bankar
2016-03-20  7:17 ` [PATCH 3/3] Staging: lustre: o2iblnd: " Sandhya Bankar
2016-03-20 14:31   ` [Outreachy kernel] " Julia Lawall
     [not found]     ` <CAA3ASzk+Q7sywUpFqU6KekhHyGRZCAz63osZTGbJ5P+xYs2ifA@mail.gmail.com>
     [not found]       ` <alpine.DEB.2.10.1603201633370.2597@hadrien>
2016-03-20 15:45         ` sandhya bankar
2016-03-20 15:51           ` Julia Lawall
2016-03-20 15:58             ` sandhya bankar

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.