From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6C10C6FD1D for ; Tue, 21 Mar 2023 14:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231500AbjCUOz7 (ORCPT ); Tue, 21 Mar 2023 10:55:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229944AbjCUOz4 (ORCPT ); Tue, 21 Mar 2023 10:55:56 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1AFE2E0D6 for ; Tue, 21 Mar 2023 07:55:55 -0700 (PDT) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pedOz-0003VA-R4; Tue, 21 Mar 2023 15:55:53 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pedOz-005iFh-0z; Tue, 21 Mar 2023 15:55:53 +0100 Received: from lgo by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pedOy-005Who-34; Tue, 21 Mar 2023 15:55:52 +0100 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= To: Andrew Morton Cc: linux-kernel@vger.kernel.org, kernel@pengutronix.de, =?UTF-8?q?Leonard=20G=C3=B6hrs?= Subject: [PATCH v1] =?UTF-8?q?.mailmap:=20add=20entry=20for=20Leonard=20G?= =?UTF-8?q?=C3=B6hrs?= Date: Tue, 21 Mar 2023 15:55:25 +0100 Message-Id: <20230321145525.1317230-1-l.goehrs@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: lgo@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org My very first kernel commit: e4e1d47c7906 ("ALSA: ppc: remove redundant checks in PS3 driver probe") was sent with the umlaut in my last name transcribed (Göhrs -> Goehrs). Add a mailmap entry so all my commits use the same name. Signed-off-by: Leonard Göhrs --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 317e51a0065c..4094da35805e 100644 --- a/.mailmap +++ b/.mailmap @@ -264,6 +264,7 @@ Krzysztof Kozlowski Kuninori Morimoto Kuogee Hsieh Leonardo Bras +Leonard Göhrs Leonid I Ananiev Leon Romanovsky Leon Romanovsky base-commit: e8d018dd0257f744ca50a729e3d042cf2ec9da65 -- 2.30.2