projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c37d4
)
Documentation: magic-numbers: Fix typo
author
Martin Kepplinger
<martink@posteo.de>
Fri, 23 Mar 2018 07:32:31 +0000
(08:32 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 26 Mar 2018 14:42:05 +0000
(08:42 -0600)
This fixes a little then / them confusion.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/magic-number.rst
patch
|
blob
|
history
diff --git
a/Documentation/process/magic-number.rst
b/Documentation/process/magic-number.rst
index c74199f60c6c756da4c8195c0c36b8a89f4a2cb9..00cecf1fcba9f34808cf27053afc0543d852ef2a 100644
(file)
--- a/
Documentation/process/magic-number.rst
+++ b/
Documentation/process/magic-number.rst
@@
-14,7
+14,7
@@
passing pointers to structures via a void * pointer. The tty code,
for example, does this frequently to pass driver-specific and line
discipline-specific structures back and forth.
-The way to use magic numbers is to declare the
n
at the beginning of
+The way to use magic numbers is to declare the
m
at the beginning of
the structure, like so::
struct tty_ldisc {