Anastasia Klimchuk has submitted this change. ( 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 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 --- M doc/dev_guide/development_guide.rst 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Andy Ebrahiem: Looks good to me, but someone else must approve Anastasia Klimchuk: Looks good to me, approved build bot (Jenkins): Verified
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: