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 91B92EB64DA for ; Sat, 24 Jun 2023 06:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230152AbjFXGvB (ORCPT ); Sat, 24 Jun 2023 02:51:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbjFXGu5 (ORCPT ); Sat, 24 Jun 2023 02:50:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BBEE1BD6 for ; Fri, 23 Jun 2023 23:50:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B09DE6028D for ; Sat, 24 Jun 2023 06:50:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8178C433C8; Sat, 24 Jun 2023 06:50:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687589454; bh=PgkM/agWEzkV5O8q2f8AerxnNjt83yq2Cif+ksBuT5Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ph5Uo/SAaykbjmUcgRS/wlzuFsMU1uMQRfZwB5NDJ8cC4jrons60SFAoMRCL+DKmo +r9labIhdk+E+RSuEvDFHDkomAWbmhAZrUNd/kmFQw99RUisxchMaaJMtzlDzcpk5c o0B3L4GBvp3CUBhkaVcdPZiC3yzX8ULXySiNxdLw= Date: Sat, 24 Jun 2023 08:50:50 +0200 From: Greg KH To: Philipp Hortmann Cc: Franziska Naepelt , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, eperi1024@gmail.com, hdegoede@redhat.com, quic_vjakkam@quicinc.com, johannes.berg@intel.com, tegongkang@gmail.com, Franziska Naepelt Subject: Re: [PATCH v2 0/5] Fix some checkpatch issues Message-ID: <2023062422-anchovy-hazy-0996@gregkh> References: <20230621184635.25064-1-franziska.naepelt@gmail.com> <2023062306-reload-squeezing-633a@gregkh> <2d1ba862-961c-ec91-3a28-7f2f221b90d4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d1ba862-961c-ec91-3a28-7f2f221b90d4@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 23, 2023 at 07:20:42PM +0200, Philipp Hortmann wrote: > On 6/23/23 10:18, Greg KH wrote: > > On Wed, Jun 21, 2023 at 08:46:35PM +0200, Franziska Naepelt wrote: > > > This is a series of patches to fix some trivial checkpatch issues. Not all > > > issues have been fixed. I intend to submit another series to fix more stuff. > > > > None of these apply to my staging-next branch :( > > > > Hi, > > this is the repo and branch I use: > > git remote show origin > * remote origin > Fetch URL: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > ... > git branch -a > my branch: staging-testing Please note that this branch will get rebased at times, so be aware of that and know how to handle it properly. thanks, greg k-h