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 X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68B94C433E6 for ; Tue, 23 Feb 2021 09:55:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1751564E02 for ; Tue, 23 Feb 2021 09:55:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232344AbhBWJzc (ORCPT ); Tue, 23 Feb 2021 04:55:32 -0500 Received: from mail-ot1-f51.google.com ([209.85.210.51]:33519 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232164AbhBWJvd (ORCPT ); Tue, 23 Feb 2021 04:51:33 -0500 Received: by mail-ot1-f51.google.com with SMTP id c16so14999377otp.0; Tue, 23 Feb 2021 01:51:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fkJl15U+2Mk0ZQUoUk6PEnWKifrGtnCFFXE6R5dUFh0=; b=qyMAevV2MqbdqsjxRe+NBZ0XpIR0v3km1RbN1KkTu4xzAtl2h9zR3pjRr5uCaGdiIc N7yYRdfbx8rVn3AJe1vQooq0mAh8O17hcoYzDG0u+uR7bH5JwTIkvKkZsC3qqIval27o Dr2uGg1cRzg3fmxL3H7+X+KjPD4nJt57144LtD9a/y36R07nDgjyanNMWslp+4YM39o8 NYtKfQproAHNww36ig/QveBi9f+DxHA5gHLMz/aC7WTLFeoc1wcCXZtDkwFgkXZnZRlQ khy387vLmIPl+48T/BbI3KqrXzDTulYHNgJauXEIR/6CXku0Ckw5f3dEHUIBx2R8TLlG ShzA== X-Gm-Message-State: AOAM530L9f3C+ceVj3/n4iA3nEs0o28py4jzZSNUjbd2FXN6C3jf8Ogj yxIJolTwQx2uv7ECvWBi9hEXpoeuqpp16b6ar0rS0sSE X-Google-Smtp-Source: ABdhPJwNrkfw8bbvZFNVFFIr78KJa/f7hmHkcCunpE71+KFJwY2ZtQJdzC+FjkIxoZx6Vw9QoE/Ys3WH7zqHsYWB6XI= X-Received: by 2002:a9d:4a8e:: with SMTP id i14mr20288040otf.37.1614073852621; Tue, 23 Feb 2021 01:50:52 -0800 (PST) MIME-Version: 1.0 References: <20210222161905.1153-1-lukas.bulwahn@gmail.com> <20210222161905.1153-6-lukas.bulwahn@gmail.com> In-Reply-To: <20210222161905.1153-6-lukas.bulwahn@gmail.com> From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Date: Tue, 23 Feb 2021 10:50:41 +0100 Message-ID: Subject: Re: [PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright To: Lukas Bulwahn Cc: Thomas Bogendoerfer , "open list:BROADCOM NVRAM DRIVER" , "Maciej W . Rozycki" , Tiezhu Yang , Willy Tarreau , linux-edac@vger.kernel.org, linux-hams@vger.kernel.org, kernel-janitors@vger.kernel.org, open list Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2021 at 5:22 PM Lukas Bulwahn wrote: > > This is a Copyright line, and just a typo slipped through. > > Signed-off-by: Lukas Bulwahn > --- > arch/mips/sgi-ip27/ip27-timer.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c > index 79c434fece52..444b5e0e935f 100644 > --- a/arch/mips/sgi-ip27/ip27-timer.c > +++ b/arch/mips/sgi-ip27/ip27-timer.c > @@ -1,7 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > - * Copytight (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) > - * Copytight (C) 1999, 2000 Silicon Graphics, Inc. > + * Copyright (C) 1999, 2000, 05, 06 Ralf Baechle (ralf@linux-mips.org) If the email isn't valid anymore, why keep it? > + * Copyright (C) 1999, 2000 Silicon Graphics, Inc. > */ > #include > #include > -- > 2.17.1 >