]> git.baikalelectronics.ru Git - kernel.git/commitdiff
lib: packing: add documentation for pbuflen argument
authorVladimir Oltean <olteanv@gmail.com>
Sun, 28 Jun 2020 14:49:35 +0000 (17:49 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2020 03:45:27 +0000 (20:45 -0700)
Fixes sparse warning:

Function parameter or member 'pbuflen' not described in 'packing'

Fixes: 9faa70ac5bcd ("lib: Add support for generic packing operations")
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/packing.c

index 50d1e9f2f5a77338dad83d3951c3d5a75947924a..6ed72dccfdb5d667cfa7a4a67d3d727eb5d417ad 100644 (file)
@@ -73,6 +73,7 @@ static void adjust_for_msb_right_quirk(u64 *to_write, int *box_start_bit,
  * @endbit: The index (in logical notation, compensated for quirks) where
  *         the packed value ends within pbuf. Must be smaller than, or equal
  *         to, startbit.
+ * @pbuflen: The length in bytes of the packed buffer pointed to by @pbuf.
  * @op: If PACK, then uval will be treated as const pointer and copied (packed)
  *     into pbuf, between startbit and endbit.
  *     If UNPACK, then pbuf will be treated as const pointer and the logical