Re: [PATCH] fault injection: Correct function names in documentation

From: Akinobu Mita
Date: Sun Jan 31 2010 - 01:54:01 EST


2010/1/31 Anton Blanchard <anton@xxxxxxxxx>:
>
> init_fault_attr_entries should be init_fault_attr_dentries
> cleanup_fault_attr_entries should be cleanup_fault_attr_dentries
>
> Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>
> ---
>
> Index: linux-cpumask/Documentation/fault-injection/fault-injection.txt
> ===================================================================
> --- linux-cpumask.orig/Documentation/fault-injection/fault-injection.txt        2010-01-30 17:20:54.147210801 +1100
> +++ linux-cpumask/Documentation/fault-injection/fault-injection.txt     2010-01-31 17:11:10.737211232 +1100
> @@ -143,8 +143,8 @@ o provide a way to configure fault attri
>   failslab, fail_page_alloc, and fail_make_request use this way.
>   Helper functions:
>
> -       init_fault_attr_entries(entries, attr, name);
> -       void cleanup_fault_attr_entries(entries);
> +       init_fault_attr_dentries(entries, attr, name);
> +       void cleanup_fault_attr_dentries(entries);
>
>  - module parameters
>
>

Looks good.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/