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)
commit7dea927f702df030c02bd0c9e6e320a8315e3efa
tree3d6d7f4005371906fdcb834c4aaf3fe609aaeb9c
parent9b14d1f8a76682124c5e465196685a9833ff526e
lib: packing: add documentation for pbuflen argument

Fixes sparse warning:

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

Fixes: 554aae35007e ("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