
21 Dec
2010
21 Dec
'10
2:36 p.m.
Hello.
On 19-12-2010 1:21, Wolfgang Denk wrote:
Print a message when a RDIMM is detected.
...
- } else printf("ERROR: Mix of registered buffered and unbuffered " "DIMMs detected!\n");
- }
Mutli-line statement needs braces.
Well, not only that. CodingStyle requires that if some parts of the *if* statement used {}, then all parts need to use {}.
Best regards,
Wolfgang Denk
WBR, Sergei