mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04:00
scripts/spelling.txt: add "an union" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: an union||a union Link: http://lkml.kernel.org/r/1481573103-11329-5-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9332ef9dbd
commit
03440c4e5e
@@ -174,10 +174,10 @@ typedef void (*v4l2_ctrl_notify_fnc)(struct v4l2_ctrl *ctrl, void *priv);
|
||||
* not freed when the control is deleted. Should this be needed
|
||||
* then a new internal bitfield can be added to tell the framework
|
||||
* to free this pointer.
|
||||
* @p_cur: The control's current value represented via an union with
|
||||
* @p_cur: The control's current value represented via a union with
|
||||
* provides a standard way of accessing control types
|
||||
* through a pointer.
|
||||
* @p_new: The control's new value represented via an union with provides
|
||||
* @p_new: The control's new value represented via a union with provides
|
||||
* a standard way of accessing control types
|
||||
* through a pointer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user