[dm-devel] [PATCH] libmultipath, rbd: Fix spelling in a source code comment

Mike Christie mchristi at redhat.com
Wed Aug 17 16:36:31 UTC 2016


On 08/16/2016 03:02 PM, Bart Van Assche wrote:
> Signed-off-by: Bart Van Assche <bart.vanassche at sandisk.com>
> ---
>  libmultipath/checkers/rbd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libmultipath/checkers/rbd.c b/libmultipath/checkers/rbd.c
> index 6f1b53a..7f540ad 100644
> --- a/libmultipath/checkers/rbd.c
> +++ b/libmultipath/checkers/rbd.c
> @@ -355,7 +355,7 @@ static int sysfs_write_rbd_bus(const char *which, const char *buf,
>  	int fd;
>  	int r;
>  
> -	/* we require newer kernels so single_major should alwayws be there */
> +	/* we require newer kernels so single_major should always be there */
>  	snprintf(sysfs_path, sizeof(sysfs_path),
>  		 "/sys/bus/rbd/%s_single_major", which);
>  	fd = open(sysfs_path, O_WRONLY);
> 

Thanks.

Reviewed-by: Mike Christie <mchristi at redhat.com>




More information about the dm-devel mailing list