qcacmn: Fix GPIO documentation

The kernel-doc script identified a couple of kernel-doc issues in the
gpio folder, so fix them.

Change-Id: I9d468ee4cedd3cf3b3f0c4d7cb3ad192089b6b30
CRs-Fixed: 3376420
此提交包含在:
Jeff Johnson
2023-01-09 17:41:42 -08:00
提交者 Madan Koyyalamudi
父節點 88785d0116
當前提交 cdcad2eab9

查看文件

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -51,7 +52,7 @@ tgt_set_gpio_output_req(struct wlan_objmgr_psoc *psoc,
struct gpio_output_params *param); struct gpio_output_params *param);
/** /**
* tgt_if_gpio_config() - API to send gpio config request * tgt_gpio_config() - API to send gpio config request
* @psoc: pointer to psoc object * @psoc: pointer to psoc object
* @gpio_num: gpio pin number * @gpio_num: gpio pin number
* @input: enable/disable the gpio pin * @input: enable/disable the gpio pin
@@ -68,7 +69,7 @@ QDF_STATUS tgt_gpio_config(struct wlan_objmgr_psoc *psoc, uint32_t gpio_num,
uint32_t intr_mode, uint32_t mux_config_val, uint32_t intr_mode, uint32_t mux_config_val,
uint32_t drive, uint32_t init_enable); uint32_t drive, uint32_t init_enable);
/** /**
* tgt_if_gpio_output() - API to send gpio output request * tgt_gpio_output() - API to send gpio output request
* @psoc: pointer to psoc object * @psoc: pointer to psoc object
* @gpio_num: gpio pin number * @gpio_num: gpio pin number
* @set: enable/disable the gpio pin * @set: enable/disable the gpio pin