From: Henri Roosen <henri.roo...@ginzinger.com>
Date: Wed, 23 Dec 2015 11:42:29 +0100

> +     do {
> +             of_node = dev_walker->of_node;
> +             dev_walker = dev_walker->parent;
> +
> +     } while (!of_node && dev_walker);

Please remove the unnecessary empty line in this loop.

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

Reply via email to