Skip to content

Commit 34b5509

Browse files
authored
Merge pull request #4 from diederikdehaas/minor-fixes
Minor fixes
2 parents 8cd1764 + 0c1c527 commit 34b5509

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
This plugin is meant to help you respecting the Linux kernel coding style,
44
described at: https://www.kernel.org/doc/Documentation/process/coding-style.rst
5+
HTML rendering: https://www.kernel.org/doc/html/latest/process/coding-style.html
56

67
It will automatically apply known rules to kernel related files, such as .c,
78
.h, Kconfig and patch files. The main rules are about indentation and syntax
8-
error highlighting (like exceeding 80 chars).
9+
error highlighting (like exceeding 100 chars).
910

1011
The original plugin was written by Vivien Didelot, developed in this
11-
[Github repository](https://github.com/vivien/vim-linux-coding-style) and availble
12-
at [vim.org](www.vim.org), script ID
13-
[4369](http://www.vim.org/scripts/script.php?script_id=4369), but those
12+
[Github repository](https://github.com/vivien/vim-linux-coding-style) and
13+
available at [vim.org](https://www.vim.org), script ID
14+
[4369](https://www.vim.org/scripts/script.php?script_id=4369), but those
1415
locations are now out-of-date.
1516

1617
The current development location for this repo can be found in this
17-
[Github repository](https://github.com/gregkh/vim-linux-coding-style).
18+
[Github repository](https://github.com/gregkh/kernel-coding-style).
1819

1920
## Installation
2021

0 commit comments

Comments
 (0)