| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docproc: cleanup brace placement | Jesper Juhl | 2011-06-16 | 1 | -12/+5 |
| | | | | | | | | | | | | The placement of the opening brace "{" after 'if' statements in scripts/docproc.c is inconsistent. Most are placed on the same line as the 'if' statement itself as per CodingStyle, but a few are not. This patch cleans up the inconsistency. We save a few source lines and the file then uses the same style throughout, which is nice. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | ||||
| * | kbuild: move scripts/basic/docproc.c to scripts/docproc.c | Peter Foley | 2011-05-02 | 1 | -0/+583 |
| Move docproc from scripts/basic to scripts so it is only built for *doc targets instead of every time the kernel is built. | |||||
