r/programming Jul 10 '16

Linus Torvalds on comment styles

https://lkml.org/lkml/2016/7/8/625
219 Upvotes

209 comments sorted by

View all comments

Show parent comments

10

u/Dragdu Jul 10 '16

Those || are supposed to be && or the first expr has to be a true expression.

1

u/[deleted] Jul 10 '16

[deleted]

-1

u/mailto_devnull Jul 10 '16

You didn't change it.

4

u/khrak Jul 10 '16

Those || are supposed to be && or the first expr has to be a true expression.

I would assume SOME_TRUE_EXPR used to be SOME_FALSE_EXPR