]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spi: mpc8xxx: Fix comments
authorMario Six <mario.six@gdsys.cc>
Sun, 28 Apr 2019 20:28:37 +0000 (01:58 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 10 Jun 2019 12:29:48 +0000 (17:59 +0530)
commitd93fe31020d138ca5f4fc1c8afce5acb8f724823
tree6515b1f2b9aca43f79d0c5e920cc03fb2a9bc0fb
parentd896b7baa1e393cfa9503e03aeebf8de5ffec97e
spi: mpc8xxx: Fix comments

There are some comments on the same line as the code they document. Put
comments above the code lines they document, so the line length is not
unnecessarily increased.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/mpc8xxx_spi.c