aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_controlq.c
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2018-10-26 14:44:46 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-11-20 14:39:04 -0500
commitdf17b7e02f0fa3a13c5aac26c317447d72612e1c (patch)
treedb9599849635954ddeb1f1cea9b250180973a32f /drivers/net/ethernet/intel/ice/ice_controlq.c
parent2c5492de8770b72cb9c97c91fbcbb90c16470819 (diff)
ice: Cosmetic formatting changes
1. Fix several cases of double spacing 2. Fix typos 3. Capitalize abbreviations Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_controlq.c')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_controlq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_controlq.c b/drivers/net/ethernet/intel/ice/ice_controlq.c
index b920403c6616..1831771a7969 100644
--- a/drivers/net/ethernet/intel/ice/ice_controlq.c
+++ b/drivers/net/ethernet/intel/ice/ice_controlq.c
@@ -775,7 +775,7 @@ static bool ice_sq_done(struct ice_hw *hw, struct ice_ctl_q_info *cq)
775 * @buf_size: size of buffer for indirect commands (or 0 for direct commands) 775 * @buf_size: size of buffer for indirect commands (or 0 for direct commands)
776 * @cd: pointer to command details structure 776 * @cd: pointer to command details structure
777 * 777 *
778 * This is the main send command routine for the ATQ. It runs the q, 778 * This is the main send command routine for the ATQ. It runs the queue,
779 * cleans the queue, etc. 779 * cleans the queue, etc.
780 */ 780 */
781enum ice_status 781enum ice_status
@@ -969,7 +969,7 @@ void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode)
969 * @pending: number of events that could be left to process 969 * @pending: number of events that could be left to process
970 * 970 *
971 * This function cleans one Admin Receive Queue element and returns 971 * This function cleans one Admin Receive Queue element and returns
972 * the contents through e. It can also return how many events are 972 * the contents through e. It can also return how many events are
973 * left to process through 'pending'. 973 * left to process through 'pending'.
974 */ 974 */
975enum ice_status 975enum ice_status