diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-08-08 21:19:48 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-08-28 17:38:46 +0300 |
commit | e8e4eb0fbeda570b16464208aebf5caccfb6eb95 (patch) | |
tree | 75d74d798d83f88edc19cc7cee5667ad1c195473 /tools | |
parent | a55aa89aab90fae7c815b0551b07be37db359d76 (diff) | |
download | linux-e8e4eb0fbeda570b16464208aebf5caccfb6eb95.tar.xz |
asm-generic/div64: Fix documentation of do_div() parameter
Contrary to the description, the first parameter (n) should not be passed
as a pointer, but directly as an lvalue. This is possible because do_div() is
a macro.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lkml.kernel.org/r/20190808181948.27659-1-j.neuschaefer@gmx.net
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions