From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ryabitsev Date: Mon, 05 Dec 2022 16:52:40 -0500 Subject: [PATCH RFC bupkes 1/2] Makefile: Make it a ninja penguin MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20221205-bupkes-bogus-v1-1-89a054d233c8@linuxfoundation.org> References: <20221205-bupkes-bogus-v1-0-89a054d233c8@linuxfoundation.org> In-Reply-To: <20221205-bupkes-bogus-v1-0-89a054d233c8@linuxfoundation.org> To: mricon@kernel.org X-Mailer: b4 0.11.0-dev-cb489 X-Developer-Signature: v=1; a=openpgp-sha256; l=529; i=konstantin@linuxfoundation.org; h=from:subject:message-id; bh=cXynJgYkbdPp8JruftiPTSQD1ensIQWtABkMlaXST5w=; b=owGbwMvMwCW27YjM47CUmTmMp9WSGJL7MnSfTvr1ePrqFqlrq9JbS97k7Dw3z7NHftVmm2S+lWdr 2CQPdJSyMIhxMciKKbKU7YvdFFT40EMuvccUZg4rE8gQBi5OAZjI4d+MDB+yDgvukKy4stP0Q6Rfuu SC380r/7xluqVgf/t7Fqv4a0VGhn1pvPsWrHLZYZ/3oNbs5SefhB6PDOfA6llS4gG/duTO5AQA X-Developer-Key: i=konstantin@linuxfoundation.org; a=openpgp; fpr=DE0E66E32F1FDD0902666B96E63EDCA9329DD07E X-Endpoint-Received: by B4 Submission Endpoint for konstantin@linuxfoundation.org/default with auth_id=3 List-Id: B4 Web Endpoint Patches Sloths can't be ninjas. Signed-off-by: Konstantin Ryabitsev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0992f827888d..a61621a36798 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 6 PATCHLEVEL = 1 SUBLEVEL = 0 EXTRAVERSION = -rc8 -NAME = Hurr durr I'ma ninja sloth +NAME = Hurr durr I'ma ninja penguin # *DOCUMENTATION* # To see a list of typical targets execute "make help" -- 2.38.1