All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: erofs: fixed -Wmissing-prototype warnings.
@ 2019-01-07 18:25 Jeremy Sowden
  2019-01-07 18:25 ` [PATCH 1/2] " Jeremy Sowden
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeremy Sowden @ 2019-01-07 18:25 UTC (permalink / raw)


Fixes for -Wmissing-prototype warnings in the erofs driver.  One group of
functions have been made static; for the second, prototypes have been moved to a
head

Jeremy Sowden (2):
  staging: erofs: fixed -Wmissing-prototype warnings.
  staging: erofs: fixed -Wmissing-prototype warnings.

 drivers/staging/erofs/data.c          |  6 ------
 drivers/staging/erofs/internal.h      |  7 +++++++
 drivers/staging/erofs/unzip_vle.c     |  2 +-
 drivers/staging/erofs/unzip_vle_lz4.c |  2 +-
 drivers/staging/erofs/utils.c         | 14 ++++++--------
 5 files changed, 15 insertions(+), 16 deletions(-)


base-commit: c8c2702409430a6a2fd928e857f15773aaafcc99
-- 
2.20.1

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

end of thread, other threads:[~2019-01-08  9:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-07 18:25 [PATCH 0/2] staging: erofs: fixed -Wmissing-prototype warnings Jeremy Sowden
2019-01-07 18:25 ` [PATCH 1/2] " Jeremy Sowden
2019-01-07 18:25 ` [PATCH 2/2] " Jeremy Sowden
2019-01-08  1:46 ` [PATCH 0/2] " Gao Xiang
2019-01-08  9:08   ` Jeremy Sowden
2019-01-08  9:23     ` Gao Xiang
2019-01-08  6:42 ` Greg Kroah-Hartman

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.