Skip to content

Commit

Permalink
net/ice/base: fix parameter name in comment
Browse files Browse the repository at this point in the history
[ upstream commit c675d5f ]

Fix parameter name for cookie_high and cookie_low.

Fixes: a90fae1 ("net/ice/base: add admin queue structures and commands")

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
  • Loading branch information
qzhan16 authored and bluca committed Nov 9, 2020
1 parent f03080a commit f0a92d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ice/base/ice_adminq_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -2164,8 +2164,8 @@ struct ice_aqc_event_lan_overflow {
* @opcode: AQ command opcode
* @datalen: length in bytes of indirect/external data buffer
* @retval: return value from firmware
* @cookie_h: opaque data high-half
* @cookie_l: opaque data low-half
* @cookie_high: opaque data high-half
* @cookie_low: opaque data low-half
* @params: command-specific parameters
*
* Descriptor format for commands the driver posts on the Admin Transmit Queue
Expand Down

0 comments on commit f0a92d2

Please sign in to comment.