Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/86545?usp=email )
Change subject: doc: Point to correct kernel coding style ......................................................................
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 --- M doc/dev_guide/development_guide.rst 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/45/86545/1
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index aac3a6c..e063192 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -130,7 +130,7 @@ ------------
Flashrom generally follows Linux kernel style: -https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu... +https://docs.kernel.org/process/coding-style.html
The notable exception is line length limit. Our guidelines are: