Explorar o código

qcacmn: Fix qal_vbus_dev.h documentation

The kernel-doc script reported a few documentation issues in the qal
folder, all in qal_vbus_dev.h, so fix them.

Change-Id: I06c3982a5414ff30238b8b536e6616c380eabcbf
CRs-Fixed: 3390311
Jeff Johnson %!s(int64=2) %!d(string=hai) anos
pai
achega
9b6df07a02
Modificáronse 1 ficheiros con 7 adicións e 4 borrados
  1. 7 4
      qal/inc/qal_vbus_dev.h

+ 7 - 4
qal/inc/qal_vbus_dev.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-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
@@ -49,7 +50,7 @@ QDF_STATUS
 qal_vbus_get_iorsc(int devnum, uint32_t flag, char *devname);
 
 /**
- * qdf_vbus_release_iorsc() - release io resource
+ * qal_vbus_release_iorsc() - release io resource
  * @devnum: Device Number
  *
  * This function will release the io resource attached to a device
@@ -82,7 +83,7 @@ QDF_STATUS
 qal_vbus_disable_devclk(struct qdf_dev_clk *clk);
 
 /**
- * qal_vbus_acquire_dev_rstctl() - get device reset control
+ * qal_vbus_get_dev_rstctl() - get device reset control
  * @pfhndl: Device handle
  * @state: Device state information
  * @rstctl: Device reset control handle
@@ -196,7 +197,8 @@ QDF_STATUS
 qal_vbus_gpio_set_value_cansleep(unsigned int gpio, int value);
 
 /**
- * rcu_read_lock() - mark the beginning of an RCU read-side critical section
+ * qal_vbus_rcu_read_lock() - mark the beginning of an RCU read-side critical
+ *                            section
  *
  * Return: QDF_STATUS_SUCCESS on success
  */
@@ -204,7 +206,8 @@ QDF_STATUS
 qal_vbus_rcu_read_lock(void);
 
 /**
- * rcu_read_unlock() - mark the end of an RCU read-side critical section
+ * qal_vbus_rcu_read_unlock() - mark the end of an RCU read-side critical
+ *                              section
  *
  * Return: QDF_STATUS_SUCCESS on success
  */