mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
wifi: iwlwifi: Add short description to enum iwl_power_scheme
The kernel-doc script flagged the following: drivers/net/wireless/intel/iwlwifi/mvm/mvm.h:130: warning: missing initial short description on line: * enum iwl_power_scheme 1 warnings as Errors Add a short description to address this warning. Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250319-iwl_power_scheme-kdoc-v1-1-2033ae38b178@oss.qualcomm.com Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
committed by
Miri Korenblit
parent
885e5cbaa0
commit
bcd48ad7d9
@@ -126,7 +126,7 @@ struct iwl_mvm_time_event_data {
|
||||
/* Power management */
|
||||
|
||||
/**
|
||||
* enum iwl_power_scheme
|
||||
* enum iwl_power_scheme - iwl power schemes
|
||||
* @IWL_POWER_SCHEME_CAM: Continuously Active Mode
|
||||
* @IWL_POWER_SCHEME_BPS: Balanced Power Save (default)
|
||||
* @IWL_POWER_SCHEME_LP: Low Power
|
||||
|
||||
Reference in New Issue
Block a user