summaryrefslogtreecommitdiff
path: root/include/linux/leafops.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-01-06 21:48:26 +0300
committerMark Brown <broonie@kernel.org>2026-01-06 21:48:26 +0300
commit49d3bd9fe2d93ec6eaf7d550e2eb9608b401c915 (patch)
treedd4bd4b6c37f81f50a9f5b8dfff546cb4ee0ca95 /include/linux/leafops.h
parent04b61513dfe40f80f0dcc795003637b510522b3c (diff)
parent9bf0bd7bdea6c402007ffb784dd0c0f704aa2310 (diff)
downloadlinux-49d3bd9fe2d93ec6eaf7d550e2eb9608b401c915.tar.xz
ASoC: nau8821: Fixes and driver cleanup
Merge series from Cristian Ciocaltea <cristian.ciocaltea@collabora.com>: This series provides several fixes and cleanup patches for the Nuvoton NAU88L21 audio codec driver. Testing and validation has been performed on Valve Steam Deck.
Diffstat (limited to 'include/linux/leafops.h')
-rw-r--r--include/linux/leafops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/leafops.h b/include/linux/leafops.h
index cfafe7a5e7b1..a9ff94b744f2 100644
--- a/include/linux/leafops.h
+++ b/include/linux/leafops.h
@@ -133,7 +133,7 @@ static inline bool softleaf_is_none(softleaf_t entry)
/**
* softleaf_type() - Identify the type of leaf entry.
- * @enntry: Leaf entry.
+ * @entry: Leaf entry.
*
* Returns: the leaf entry type associated with @entry.
*/
@@ -534,7 +534,7 @@ static inline bool pte_is_uffd_wp_marker(pte_t pte)
/**
* pte_is_uffd_marker() - Does this PTE entry encode a userfault-specific marker
* leaf entry?
- * @entry: Leaf entry.
+ * @pte: PTE entry.
*
* It's useful to be able to determine which leaf entries encode UFFD-specific
* markers so we can handle these correctly.