All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Declare local functions as static
@ 2015-10-05  0:02 Shraddha Barke
  2015-10-05  0:02 ` [PATCH v2 1/4] Staging: lustre: obdclass: llog_swab: " Shraddha Barke
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shraddha Barke @ 2015-10-05  0:02 UTC (permalink / raw)
  To: outreachy-kernel

Declare functions as static since they are used only in a particular file. 

Changes in v2-
 Made commit log and subject clearer.

Shraddha Barke (4):
  Staging: lustre: obdclass: llog_swab: Declare local functions as
    static
  Staging: lustre: obdclass: lprocfs_status: Declare typedefs as static
  Staging: lustre: ptlrpc: pack_generic: Declare local functions as
    static
  Staging: lustre: ptlrcpc: sec: Declare local functions as static

 drivers/staging/lustre/lustre/include/lprocfs_status.h    |  5 -----
 drivers/staging/lustre/lustre/include/lustre/lustre_idl.h |  5 -----
 drivers/staging/lustre/lustre/include/lustre_sec.h        |  7 -------
 drivers/staging/lustre/lustre/obdclass/llog_swab.c        |  6 ++----
 drivers/staging/lustre/lustre/obdclass/lprocfs_status.c   | 11 +++++------
 drivers/staging/lustre/lustre/ptlrpc/pack_generic.c       |  5 ++---
 drivers/staging/lustre/lustre/ptlrpc/sec.c                | 10 ++++------
 7 files changed, 13 insertions(+), 36 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-10-08 10:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05  0:02 [PATCH v2 0/4] Declare local functions as static Shraddha Barke
2015-10-05  0:02 ` [PATCH v2 1/4] Staging: lustre: obdclass: llog_swab: " Shraddha Barke
2015-10-05  0:02 ` [PATCH v2 2/4] Staging: lustre: obdclass: lprocfs_status: Declare typedefs " Shraddha Barke
2015-10-08  9:19   ` [Outreachy kernel] " Greg KH
2015-10-08 10:49     ` Shraddha Barke
2015-10-05  0:02 ` [PATCH v2 3/4] Staging: lustre: ptlrpc: pack_generic: Declare local functions " Shraddha Barke
2015-10-05  0:02 ` [PATCH v2 4/4] Staging: lustre: ptlrcpc: sec: " Shraddha Barke

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.