Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a53a07f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina
Browse files

of: Improve grammar for of_alias_get_id() documentation



Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 9fca9acf
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2040,8 +2040,8 @@ void of_alias_scan(void * (*dt_alloc)(u64 size, u64 align))
 * @np:		Pointer to the given device_node
 * @np:		Pointer to the given device_node
 * @stem:	Alias stem of the given device_node
 * @stem:	Alias stem of the given device_node
 *
 *
 * The function travels the lookup table to get alias id for the given
 * The function travels the lookup table to get the alias id for the given
 * device_node and alias stem.  It returns the alias id if find it.
 * device_node and alias stem.  It returns the alias id if found.
 */
 */
int of_alias_get_id(struct device_node *np, const char *stem)
int of_alias_get_id(struct device_node *np, const char *stem)
{
{