From: Randy Dunlap
Fix typos, grammar, missing '_'s in mount_api.txt.
Signed-off-by: Randy Dunlap
Cc: David Howells
Cc: Al Viro
---
Also, is this meant to be "baz" or "bar"?
static const struct constant_table afs_param_keys[] = {
{ "baz",Opt_bar },
There are a number of cases where conversions to devm_* API have been
done but developers forgot that this conversion may imply that return
values need to be checked for failure of internal resource handling
like allocation. While this should be clear, it does seem to be a
relatively common issue w
Hi Jon,
On Fri, Nov 30, 2018 at 11:15 PM Jonathan Corbet wrote:
> On Fri, 30 Nov 2018 14:12:19 -0800
> Jarkko Sakkinen wrote:
>
> > As a maintainer myself (and based on somewhat disturbed feedback from
> > other maintainers) I can only make the conclusion that nobody knows what
> > the responsib