[Devel] Re: [PATCH] c/r: fix omitted parameter name error
Matt Helsley
matthltc at us.ibm.com
Mon Mar 29 00:41:13 PDT 2010
On Sun, Mar 28, 2010 at 08:21:34PM +0400, Stanislav O. Bezzubtsev wrote:
> Signed-off-by: Stanislav O. Bezzubtsev <stas.bezzubtsev at gmail.com>
> Reviewed-by: Matt Helsley <matthltc at us.ibm.com>
Thanks!
Cheers,
-Matt Helsley
> ---
> include/linux/dnotify.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/dnotify.h b/include/linux/dnotify.h
> index b9ce13c..7093052 100644
> --- a/include/linux/dnotify.h
> +++ b/include/linux/dnotify.h
> @@ -38,7 +38,7 @@ static inline void dnotify_flush(struct file *filp, fl_owner_t id)
> {
> }
>
> -static inline int is_dnotify_attached(struct file *)
> +static inline int is_dnotify_attached(struct file *filp)
> {
> return 0;
> }
> --
> 1.6.3.3
>
> _______________________________________________
> Containers mailing list
> Containers at lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/containers
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list