diff options
author | Thomas Huth <thuth@redhat.com> | 2021-09-01 09:39:36 +0200 |
---|---|---|
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | 2021-10-01 14:09:29 +1000 |
commit | e716481498168550512dea1bbcc129bbd781431a (patch) | |
tree | c8173864373a4d22b02f52151bc431fabdcda175 | |
parent | 749e6157b3844f074b30f6f9482127545ad3d518 (diff) | |
download | SLOF-e716481498168550512dea1bbcc129bbd781431a.zip SLOF-e716481498168550512dea1bbcc129bbd781431a.tar.gz SLOF-e716481498168550512dea1bbcc129bbd781431a.tar.bz2 |
Fix the URL to the Linux kernel coding style
It has been moved to a new location in the Linux git repository
quite a while ago already.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,4 +293,4 @@ Documentation http://developercertificate.org/ [4] Linux kernel coding style - https://github.com/torvalds/linux/blob/master/Documentation/CodingStyle + https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst |