From 9960a8bd0ab6b6dd7454c958a1288665ee373aee Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Tue, 22 Feb 2022 00:20:58 +0900 Subject: [PATCH] About-kernel.adoc : add Raspberry word --- documentation/asciidoc/computers/linux_kernel/about-kernel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/linux_kernel/about-kernel.adoc b/documentation/asciidoc/computers/linux_kernel/about-kernel.adoc index e1f4b3d1b..166344c34 100644 --- a/documentation/asciidoc/computers/linux_kernel/about-kernel.adoc +++ b/documentation/asciidoc/computers/linux_kernel/about-kernel.adoc @@ -19,5 +19,5 @@ Initially, you should fork the https://github.com/raspberrypi/linux[Linux reposi Next, depending upon whether the code is Raspberry Pi-specific or not: -* For Pi-specific changes or bug fixes, submit a pull request to the kernel. +* For Raspberry Pi-specific changes or bug fixes, submit a pull request to the kernel. * For general Linux kernel changes (i.e. a new driver), these need to be submitted upstream first. Once they've been submitted upstream and accepted, submit the pull request and we'll receive it.