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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 B123CC433B4 for ; Mon, 10 May 2021 22:20:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 941C061154 for ; Mon, 10 May 2021 22:20:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233175AbhEJWVs (ORCPT ); Mon, 10 May 2021 18:21:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:58290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231807AbhEJWVS (ORCPT ); Mon, 10 May 2021 18:21:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 1C04F61574; Mon, 10 May 2021 22:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620685212; bh=IGpo852VP0UBJMhzDDLnJgI8WU2p1gQKmQuCOOvO5Bc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ah8uiay4b5d5Gvt6fV8aCCP1s1o2xIWWJ7DfuH/xW12TUkBf5qzUX8gs+jsL6+xJK wTGwCGIN0n9OdGFHluU7b0aFgrMInXhnZKnpjpRQa11tMzrs1z6BIP2hwOHAEpiu27 m/VstknEWvsSdeLLxi/TfFVfTMIJDilKtOpKw2eYotlDacn5QUMwmOHJO/LnF+r2sf VcK4mXSbsR71zhxeI3PVFKzYgqUUid2ZFK28Yl/mo/C4r5uG7Dp27ZZnKTWA+xQ2lp C1Y+nsO6EAfaxMi9FR+I9PgKMZCDbwXSdbEJHt0U7CPSUaSvJ6cz5WhlqjVxFlGt11 sdwY8gCzOVvTw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1 1/1] atm: Replace custom isprint() with generic analogue From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162068521206.17141.12558344137042579043.git-patchwork-notify@kernel.org> Date: Mon, 10 May 2021 22:20:12 +0000 References: <20210510144909.58123-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20210510144909.58123-1-andriy.shevchenko@linux.intel.com> To: Andy Shevchenko Cc: linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, 3chas3@gmail.com, lkp@intel.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 10 May 2021 17:49:09 +0300 you wrote: > Custom isprint() definition may collide with one form ctype.h. > In order to avoid this, replace it with a functional analogue > which is isascii() && isprint() in this case. > > First appearance of the code is in the commit 636b38438001 > ("Import 2.3.43"). > > [...] Here is the summary with links: - [v1,1/1] atm: Replace custom isprint() with generic analogue https://git.kernel.org/netdev/net-next/c/532062b09956 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html