All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues
@ 2015-10-26 22:35 Swetha
  2015-10-26 22:36 ` [PATCH 1/8] Staging: rdma ipath: Removing multiple blank lines Swetha
                   ` (7 more replies)
  0 siblings, 8 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
* [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues
@ 2015-10-27  8:58 SirnamSwetha
  2015-10-27  9:12 ` Greg KH
  0 siblings, 1 reply; 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

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-26 22:35 [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues Swetha
2015-10-26 22:36 ` [PATCH 1/8] Staging: rdma ipath: Removing multiple blank lines Swetha
2015-10-26 22:41   ` [Outreachy kernel] " Ksenija Stanojević
2015-10-26 22:36 ` [PATCH 2/8] Staging: rdma ipath: __aligned(size) is preferred over __attribute__((aligned(size))) Swetha
2015-10-26 22:37 ` [PATCH 3/8] Staging : rdma ipath: spaces preferred around that '<<' Swetha
2015-10-26 22:37 ` [PATCH 4/8] Staging : rdma ipath: "foo * bar" should be "foo *bar" Swetha
2015-10-26 22:37 ` [PATCH 5/8] Staging: rdma ipath: Fix space before tabs, line over 80 characters Swetha
2015-10-26 22:38 ` [PATCH 6/8] Staging: rdma ipath: 'explict' misspelled Swetha
2015-10-26 22:38 ` [PATCH 7/8] Staging: rdma ipath: No space is necessary after a cast Swetha
2015-10-26 22:38 ` [PATCH 8/8] Staging: rdma ipath: braces should be used on all arms Swetha
  -- strict thread matches above, loose matches on Subject: below --
2015-10-27  8:58 [PATCH 0/8] Staging: rdma ipath: fix checkpatch issues SirnamSwetha
2015-10-27  9:12 ` Greg KH

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.