Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: Remove copy'n'paste redundancy in the comments

It seems the commit bb475230b8e5
("reset: make optional functions really optional")
brought couple of redundant lines in the comments.

Drop them here.

Cc: Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Andy Shevchenko and committed by
Philipp Zabel
b89a8da9 9c41152c

-2
-2
drivers/reset/core.c
··· 334 334 * internal state to be reset, but must be prepared for this to happen. 335 335 * Consumers must not use reset_control_reset on shared reset lines when 336 336 * reset_control_(de)assert has been used. 337 - * return 0. 338 337 * 339 338 * If rstc is NULL it is an optional reset and the function will just 340 339 * return 0. ··· 392 393 * After calling this function, the reset is guaranteed to be deasserted. 393 394 * Consumers must not use reset_control_reset on shared reset lines when 394 395 * reset_control_(de)assert has been used. 395 - * return 0. 396 396 * 397 397 * If rstc is NULL it is an optional reset and the function will just 398 398 * return 0.