From: Maxime Ripard Date: Mon, 21 Jan 2019 15:45:48 +0000 (+0100) Subject: phy: dphy: Clarify lanes parameter documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1baafbe482e54c020751796d7bfdee669acca58b;p=linux.git phy: dphy: Clarify lanes parameter documentation The lanes parameter is not solely about the number of lanes, but it also carries the fact that those are the first lanes in use during the transmission. It was implicit so far, so make sure it's explicit now. Suggested-by: Sakari Ailus Acked-by: Sakari Ailus Signed-off-by: Maxime Ripard Signed-off-by: Kishon Vijay Abraham I --- diff --git a/include/linux/phy/phy-mipi-dphy.h b/include/linux/phy/phy-mipi-dphy.h index 627d28080d3a1..a877ffee845de 100644 --- a/include/linux/phy/phy-mipi-dphy.h +++ b/include/linux/phy/phy-mipi-dphy.h @@ -269,7 +269,8 @@ struct phy_configure_opts_mipi_dphy { /** * @lanes: * - * Number of active data lanes used for the transmissions. + * Number of active, consecutive, data lanes, starting from + * lane 0, used for the transmissions. */ unsigned char lanes; };