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 17C73ECAAD3 for ; Fri, 9 Sep 2022 18:05:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230103AbiIISFJ (ORCPT ); Fri, 9 Sep 2022 14:05:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbiIISFF (ORCPT ); Fri, 9 Sep 2022 14:05:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FFFE42AC1 for ; Fri, 9 Sep 2022 11:05:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BCE9BB82346 for ; Fri, 9 Sep 2022 18:05:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D705C433C1; Fri, 9 Sep 2022 18:05:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662746701; bh=SB63vNAL1R+g9tvTeeCGDa8vFYw6y1aMYgFf40E1evM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d1LOuixCywhgUGLndynYxke7ydlHUD+38eMsaqzYoULbCRU6P38Tq8W87wJoNMqjn EPr3CTug7D53WmZ/yN7cJiwgPw6xFh75xqb1dsqMWQwJN/1F4nqjFci402Ogagv0ib 2jLfRRd+8fo1QvAVscOX4AXphvXcMOxk+aVzoh04= Date: Fri, 9 Sep 2022 20:04:58 +0200 From: Greg Kroah-Hartman To: Burak Ozdemir Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: pi433: Fix string form declaration Message-ID: References: <631b5aa8.170a0220.9378b.124a@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <631b5aa8.170a0220.9378b.124a@mx.google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 09, 2022 at 06:24:13PM +0000, Burak Ozdemir wrote: > From: Burak Ozdemir > > Use correct string form declaration, prevent extra variable > declaration in final assembly output. I am sorry, but I do not understand this text. How is the original code incorrect? Please explain this a lot better when you resend a v2. thanks, greg k-h