From: Ido Schimmel Date: Fri, 27 Mar 2020 08:55:20 +0000 (+0300) Subject: mlxsw: i2c: Add missing field documentation X-Git-Tag: microblaze-v5.10~1137^2~57^2~5 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5769e39c6a2e4d7505bd7246462250bca0146ab1;p=linux-2.6-microblaze.git mlxsw: i2c: Add missing field documentation Suppress following warning when compiling with W=1: drivers/net/ethernet/mellanox/mlxsw//i2c.c:78: warning: Function parameter or member 'cmd' not described in 'mlxsw_i2c' Signed-off-by: Ido Schimmel Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/mlxsw/i2c.c b/drivers/net/ethernet/mellanox/mlxsw/i2c.c index 34566eb62c47..939b692ffc33 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/i2c.c +++ b/drivers/net/ethernet/mellanox/mlxsw/i2c.c @@ -53,6 +53,7 @@ /** * struct mlxsw_i2c - device private data: + * @cmd: command attributes; * @cmd.mb_size_in: input mailbox size; * @cmd.mb_off_in: input mailbox offset in register space; * @cmd.mb_size_out: output mailbox size;