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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 327C3C0650E for ; Wed, 3 Jul 2019 10:43:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F22E3218A5 for ; Wed, 3 Jul 2019 10:43:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562150615; bh=rtDwzSnNcOQGNWFdCc1Bop63mTOkGYGEB+m7tqXFlm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Qr3SNbcXt3Ync0IbQ43nZSYVmOt6U3RD133jJVAOVytT31+8T+jRdIRwcYI1ZJrU/ tQ/EWrgGgtGKmnwILwB1jD32+IGO3sIPqckkw08SqYqgfyiEPT/lO5OXnEURI2NxL6 0euyS/vesL4RLSWvuZC4cQRkUMzk+4hgKzHRsrZw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727046AbfGCKnd (ORCPT ); Wed, 3 Jul 2019 06:43:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:59678 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726486AbfGCKnd (ORCPT ); Wed, 3 Jul 2019 06:43:33 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0292D218A0; Wed, 3 Jul 2019 10:43:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562150612; bh=rtDwzSnNcOQGNWFdCc1Bop63mTOkGYGEB+m7tqXFlm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zJuASnOIQ3MT+bbM+Sz0FCw91geKA+AuC/9yWArXtPEJXVCPJ+lqQh1JUR4d/wtPU lXB+SORru4EBjr/Q+Dy+4LF6VSUuUaaFw2XtYeJ/Bt3dH9Pc3pJnX7w+sRP1qJEGNY CotA44WUtO/aOvwVu0vfu6T3E1frrWEhgG+rSYJk= Date: Wed, 3 Jul 2019 12:43:30 +0200 From: Greg KH To: Daniel Borkmann Cc: Markus Elfring , bpf@vger.kernel.org, netdev@vger.kernel.org, Alexei Starovoitov , Martin KaFai Lau , Song Liu , Yonghong Song , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH] bpf: Replace a seq_printf() call by seq_puts() in btf_enum_seq_show() Message-ID: <20190703104330.GA8931@kroah.com> References: <93898abe-9a7d-0c64-0856-094b62e07ba2@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 03, 2019 at 12:09:51PM +0200, Daniel Borkmann wrote: > On 07/02/2019 07:13 PM, Markus Elfring wrote: > > From: Markus Elfring > > Date: Tue, 2 Jul 2019 19:04:08 +0200 > > > > A string which did not contain a data format specification should be put > > into a sequence. Thus use the corresponding function “seq_puts”. > > > > This issue was detected by using the Coccinelle software. > > > > Signed-off-by: Markus Elfring > > The code is fine as is, I'm not applying this. Just a heads up, this person/bot is in my kill-file, making it easier to ignore crazy things like this. I recommend it for other maintainers to also do as well. thanks, greg k-h