All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues
@ 2015-10-27  8:58 SirnamSwetha
  2015-10-27  8:59 ` [PATCH 1/8] Staging: rdma ipath: Removing multiple blank lines SirnamSwetha
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: SirnamSwetha @ 2015-10-27  8:58 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: linux-usb

This patchset fixes checkpatch issues, for ipath_common.h and
ipath_cq.c

SirnamSwetha (8):
  Staging: rdma ipath: Removing multiple blank lines
  Staging: rdma ipath: __aligned(size) is preferred over    
    __attribute__((aligned(size)))
  Staging : rdma ipath: spaces preferred around that '<<'
  Staging : rdma ipath: "foo * bar" should be "foo *bar"
  Staging: rdma ipath: Fix space before tabs, line over 80 characters
  Staging: rdma ipath: 'explict' misspelled
  Staging: rdma ipath: No space is necessary after a cast
  Staging: rdma ipath: braces should be used on all arms

 drivers/staging/rdma/ipath/ipath_common.h | 33 +++++++++++++++----------------
 drivers/staging/rdma/ipath/ipath_cq.c     | 28 ++++++++++++++------------
 2 files changed, 31 insertions(+), 30 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues
@ 2015-10-26 22:35 Swetha
  0 siblings, 0 replies; 12+ messages in thread
From: Swetha @ 2015-10-26 22:35 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: linux-usb

This patchset fixes checkpatch issues, for ipath_common.h and
ipath_cq.c

Swetha (8):
  Staging: rdma ipath: Removing multiple blank lines
  Staging: rdma ipath: __aligned(size) is preferred over    
    __attribute__((aligned(size)))
  Staging : rdma ipath: spaces preferred around that '<<'
  Staging : rdma ipath: "foo * bar" should be "foo *bar"
  Staging: rdma ipath: Fix space before tabs, line over 80 characters
  Staging: rdma ipath: 'explict' misspelled
  Staging: rdma ipath: No space is necessary after a cast
  Staging: rdma ipath: braces should be used on all arms

 drivers/staging/rdma/ipath/ipath_common.h | 33 +++++++++++++++----------------
 drivers/staging/rdma/ipath/ipath_cq.c     | 28 ++++++++++++++------------
 2 files changed, 31 insertions(+), 30 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-10-27  9:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27  8:58 [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues SirnamSwetha
2015-10-27  8:59 ` [PATCH 1/8] Staging: rdma ipath: Removing multiple blank lines SirnamSwetha
2015-10-27  9:00 ` [PATCH 2/8] Staging: rdma ipath: __aligned(size) is preferred over __attribute__((aligned(size))) SirnamSwetha
2015-10-27  9:01 ` [PATCH 3/8] Staging : rdma ipath: spaces preferred around that '<<' SirnamSwetha
2015-10-27  9:05   ` [Outreachy kernel] " Julia Lawall
2015-10-27  9:01 ` [PATCH 4/8] Staging : rdma ipath: "foo * bar" should be "foo *bar" SirnamSwetha
2015-10-27  9:01 ` [PATCH 5/8] Staging: rdma ipath: Fix space before tabs, line over 80 characters SirnamSwetha
2015-10-27  9:02 ` [PATCH 6/8] Staging: rdma ipath: 'explict' misspelled SirnamSwetha
2015-10-27  9:02 ` [PATCH 7/8] Staging: rdma ipath: No space is necessary after a cast SirnamSwetha
2015-10-27  9:03 ` [PATCH 8/8] Staging: rdma ipath: braces should be used on all arms SirnamSwetha
2015-10-27  9:12 ` [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2015-10-26 22:35 Swetha

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.