From ee8b7eda50a7171878e76e520b3423bd9d5c263a Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 May 2018 17:02:16 -0700 Subject: [PATCH] qcacmn: Fix typo "paramter" Replace typo "paramter" with correct spelling "parameter". Change-Id: I3f6f090a4f5348f64241e08c87b9bcd342696e10 CRs-Fixed: 2238309 --- wmi_unified_param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index da06b0ef6a..2775f7b82b 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -1239,7 +1239,7 @@ struct peer_assoc_params { /** * struct sta_ps_params - sta ps cmd parameter * @vdev_id: vdev id - * @param: sta ps paramter + * @param: sta ps parameter * @value: sta ps parameter value */ struct sta_ps_params { @@ -1251,8 +1251,8 @@ struct sta_ps_params { /** * struct ap_ps_params - ap ps cmd parameter * @vdev_id: vdev id - * @param: ap ps paramter - * @value: ap ps paramter value + * @param: ap ps parameter + * @value: ap ps parameter value */ struct ap_ps_params { uint32_t vdev_id;