On Mon, Mar 18, 2019 at 3:54 PM Vishal Verma <[email protected]> wrote:
>
> A few lines were whitespace damaged, with spaces at the start instead of
> tabs. This was noticed while debugging an nfit_test failure, so fix
> them.
>
> Cc: Dan Williams <[email protected]>
> Signed-off-by: Vishal Verma <[email protected]>
> ---
>  drivers/dax/pmem/core.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/dax/pmem/core.c b/drivers/dax/pmem/core.c
> index f71019ce0647..f9f51786d556 100644
> --- a/drivers/dax/pmem/core.c
> +++ b/drivers/dax/pmem/core.c
> @@ -37,13 +37,13 @@ struct dev_dax *__dax_pmem_probe(struct device *dev, enum 
> dev_dax_subsys subsys)
>         devm_nsio_disable(dev, nsio);
>
>         /* reserve the metadata area, device-dax will reserve the data */
> -        pfn_sb = nd_pfn->pfn_sb;
> +       pfn_sb = nd_pfn->pfn_sb;
>         offset = le64_to_cpu(pfn_sb->dataoff);
>         if (!devm_request_mem_region(dev, nsio->res.start, offset,
>                                 dev_name(&ndns->dev))) {
> -                dev_warn(dev, "could not reserve metadata\n");
> +               dev_warn(dev, "could not reserve metadata\n");
>                 return ERR_PTR(-EBUSY);
> -        }
> +       }

Looks good to me, literally, no chance of regression :).
_______________________________________________
Linux-nvdimm mailing list
[email protected]
https://lists.01.org/mailman/listinfo/linux-nvdimm

Reply via email to