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=-7.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=no 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 5AB37C433ED for ; Wed, 19 May 2021 13:31:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E63960E08 for ; Wed, 19 May 2021 13:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353652AbhESNce (ORCPT ); Wed, 19 May 2021 09:32:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:40766 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353714AbhESNcV (ORCPT ); Wed, 19 May 2021 09:32:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0449960FF2; Wed, 19 May 2021 13:31:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621431061; bh=8YtvSIlzPn1cx4vHG50Skdf85hiMNOPG1hOxYRAcUJQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tCK+143tCehOEquPwB334S9n5hZcM1AyS3RJN28gmLiP9DtI+fCFYyvJZPYxu6tAo Dq4QSjbeqbEllmRZkkFAP503rv35L4mdZcIUlNiPIjw6LGN5Ljbi/blbZrXCgVLh0Q Z0TuJA9YCWLvEW2BZ56OOnAvlK7y5osYOpcixTzhaR4rz5UfmxM5g3RB56vmF8DyCn U0I94cHIIUTta+enlkQf41ZH13rmaJA1dEDrGCzQ3cZqav3hmLrhRcgPMxmCpaiM7s yo2asLw+AlzxKdCDhKfiwA3z7pYv9dl7OdXD4f3gfhTgYmjnnJOqj0fQ4n/Vn43z6B 6T6qrXZ+KyQbg== Date: Wed, 19 May 2021 15:30:58 +0200 From: Mauro Carvalho Chehab To: Mark Brown Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 2/3] spi: fix some invalid char occurrences Message-ID: <20210519153058.71b59658@coco.lan> In-Reply-To: <20210519131043.GD4224@sirena.org.uk> References: <20210519131043.GD4224@sirena.org.uk> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, 19 May 2021 14:10:43 +0100 Mark Brown escreveu: > On Wed, May 19, 2021 at 10:15:36AM +0200, Mauro Carvalho Chehab wrote: > > One of the author names got an invalid char, probably due to > > a bad charset conversion, being replaced by the > > REPLACEMENT CHARACTER U+fffd ('=EF=BF=BD'). =20 >=20 > I only have patch 2 here, what's the story with dependencies? Sorry, I sent three completely independent patches to different subsystems. It was not supposed to be numerated... meaning that I need to fix my send scripts ;-)=20 The only thing they have in common is that they touch files using the REPLACEMENT CHARACTER (U+fffd). The other two patches are: [PATCH 1/3] gpu: drm: replace occurrences of invalid character [PATCH 3/3] visorbus: fix a copyright symbol that was bad encoded Thanks, Mauro