diff options
| author | Olof Johansson <olof@lixom.net> | 2019-10-28 18:20:05 +0300 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2019-10-28 18:20:06 +0300 |
| commit | b25e29721de9fd48708b4b27a955dde582bb7d9f (patch) | |
| tree | 5b1aee8912ade9ac69c2bc26d5a6a5011f3a2866 /include/linux/reset.h | |
| parent | 86ec2e1739aa1d6565888b4b2059fa47354e1a89 (diff) | |
| parent | f430c7ed8bc22992ed528b518da465b060b9223f (diff) | |
| download | linux-b25e29721de9fd48708b4b27a955dde582bb7d9f.tar.xz | |
Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux into arm/fixes
Reset controller fixes for v5.5
This tag fixes a memory leak in reset_control_array_put(), which is
called by reset_control_put() for reset array controls. The other
patches are small kerneldoc comment fixes to avoid documentation build
warnings.
* tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux:
reset: fix reset_control_ops kerneldoc comment
reset: fix reset_control_get_exclusive kerneldoc comment
reset: fix reset_control_lookup kerneldoc comment
reset: fix of_reset_control_get_count kerneldoc comment
reset: fix of_reset_simple_xlate kerneldoc comment
reset: Fix memory leak in reset_control_array_put()
Link: https://lore.kernel.org/r/cbc2af1aece3762553219ba6b5222237dacaea9d.camel@pengutronix.de
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux/reset.h')
| -rw-r--r-- | include/linux/reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h index e7793fc0fa93..eb597e8aa430 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h @@ -143,7 +143,7 @@ static inline int device_reset_optional(struct device *dev) * If this function is called more than once for the same reset_control it will * return -EBUSY. * - * See reset_control_get_shared for details on shared references to + * See reset_control_get_shared() for details on shared references to * reset-controls. * * Use of id names is optional. |
