Re: [PATCH v2 1/1] phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

From: David Miller
Date: Wed Dec 23 2015 - 22:14:35 EST


From: Henri Roosen <henri.roosen@xxxxxxxxxxxxx>
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/