Skip to content

Commit b7592e5

Browse files
yorickdewidJonathan Corbet
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 3cae85f commit b7592e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/process/coding-style.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ that counts the number of active users, you should call that
323323

324324
Encoding the type of a function into the name (so-called Hungarian
325325
notation) is asinine - the compiler knows the types anyway and can check
326-
those, and it only confuses the programmer. No wonder Microsoft makes buggy
327-
programs.
326+
those, and it only confuses the programmer.
328327

329328
LOCAL variable names should be short, and to the point. If you have
330329
some random integer loop counter, it should probably be called ``i``.

0 commit comments

Comments
 (0)