From cdcad2eab912e0b481bf1c0872ab940ace144232 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Mon, 9 Jan 2023 17:41:42 -0800 Subject: [PATCH] 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 --- gpio/dispatcher/inc/wlan_gpio_tgt_api.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gpio/dispatcher/inc/wlan_gpio_tgt_api.h b/gpio/dispatcher/inc/wlan_gpio_tgt_api.h index c8199fc32a..eefa30afe7 100644 --- a/gpio/dispatcher/inc/wlan_gpio_tgt_api.h +++ b/gpio/dispatcher/inc/wlan_gpio_tgt_api.h @@ -1,5 +1,6 @@ /* * 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 * 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); /** - * tgt_if_gpio_config() - API to send gpio config request + * tgt_gpio_config() - API to send gpio config request * @psoc: pointer to psoc object * @gpio_num: gpio pin number * @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 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 * @gpio_num: gpio pin number * @set: enable/disable the gpio pin