MIPS: bootm: fix checkpatch.pl warnings

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
master
Daniel Schwierzeck 12 years ago
parent d62a89bd5b
commit 45bde489e3
  1. 3
      arch/mips/lib/bootm.c

@ -125,7 +125,8 @@ static void linux_params_init(ulong start, char *line)
next = strchr(line, ' '); next = strchr(line, ' ');
while (next && quote && quote < next) { while (next && quote && quote < next) {
/* we found a left quote before the next blank /*
* we found a left quote before the next blank
* now we have to find the matching right quote * now we have to find the matching right quote
*/ */
next = strchr(quote + 1, '"'); next = strchr(quote + 1, '"');

Loading…
Cancel
Save