diff options
author | Yorick de Wid <yorickdewid@users.noreply.github.com> | 2021-02-08 16:04:48 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-02-11 09:42:17 -0700 |
commit | b7592e5b82db19b72a34b471f3296ad3f651c8b9 (patch) | |
tree | 94bf6658a834a11b2b1facb811ab060901d2f573 /Documentation/process | |
parent | 3cae85f5f9e9d866488fbacb42232e518a30cc00 (diff) |
docs: Remove the Microsoft rhetoric
There is no need to need to name Microsoft. The point is clear without that context.
Signed-off-by: Yorick de Wid <ydewid@gmail.com>
Link: https://lore.kernel.org/r/20210208150447.87104-1-ydewid@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/coding-style.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index a1e061149e0d..42969ab37b34 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -323,8 +323,7 @@ that counts the number of active users, you should call that Encoding the type of a function into the name (so-called Hungarian notation) is asinine - the compiler knows the types anyway and can check -those, and it only confuses the programmer. No wonder Microsoft makes buggy -programs. +those, and it only confuses the programmer. LOCAL variable names should be short, and to the point. If you have some random integer loop counter, it should probably be called ``i``. |