1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

doc: Point to correct kernel coding style

Right now it points to the source of the page instead of the
actual page.

Change-Id: Ib52de1312419cc48478fb965ccb104bdb0dea9b6
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86545
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Andy Ebrahiem <ahmet.ebrahiem@9elements.com>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Stefan Reinauer 2025-02-21 01:21:40 +01:00 committed by Anastasia Klimchuk
parent 4c6df1e168
commit 5e56f42eaa

View File

@ -130,7 +130,7 @@ Coding style
------------ ------------
Flashrom generally follows Linux kernel style: Flashrom generally follows Linux kernel style:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst https://docs.kernel.org/process/coding-style.html
The notable exception is line length limit. Our guidelines are: The notable exception is line length limit. Our guidelines are: