linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] debugfs helpers cleanups
@ 2019-04-15  8:25 Ronald Tschalär
  2019-04-15  8:25 ` [PATCH 1/2] debugfs: update documented return values of debugfs helpers Ronald Tschalär
  2019-04-15  8:25 ` [PATCH 2/2] debugfs: make return value of all debugfs helpers consistent Ronald Tschalär
  0 siblings, 2 replies; 7+ messages in thread
From: Ronald Tschalär @ 2019-04-15  8:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jonathan Corbet, Rafael J. Wysocki
  Cc: Andy Shevchenko, linux-doc, linux-kernel

commit ff9fb72bc077 ("debugfs: return error values, not NULL") changed
the return values of various debugfs functions in fs/debugfs/inode.c but
did not update the documentation or behaviour of affected functions in
fs/debugfs/file.c . These patches attempt to remedy this.

Ronald Tschalär (2):
  debugfs: update documented return values of debugfs helpers
  debugfs: make return value of all debugfs helpers consistent

 Documentation/filesystems/debugfs.txt | 16 +++---
 fs/debugfs/file.c                     | 79 ++++++++++++---------------
 2 files changed, 45 insertions(+), 50 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-16 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15  8:25 [PATCH 0/2] debugfs helpers cleanups Ronald Tschalär
2019-04-15  8:25 ` [PATCH 1/2] debugfs: update documented return values of debugfs helpers Ronald Tschalär
2019-04-15  8:25 ` [PATCH 2/2] debugfs: make return value of all debugfs helpers consistent Ronald Tschalär
2019-04-15  8:48   ` Greg Kroah-Hartman
2019-04-15 23:29     ` Life is hard, and then you die
2019-04-16 13:29       ` Greg Kroah-Hartman
2019-04-16 13:46         ` [PATCH] debugfs: make debugfs_create_u32_array() return void Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).