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 86EC1C05027 for ; Fri, 17 Feb 2023 09:13:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230038AbjBQJNO (ORCPT ); Fri, 17 Feb 2023 04:13:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230031AbjBQJNN (ORCPT ); Fri, 17 Feb 2023 04:13:13 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64FAC5ECA1; Fri, 17 Feb 2023 01:13:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=hqUqKW3DTAmnMoKK1bmm4heT/VVSVJKlzajCXDTW/V8=; t=1676625192; x=1677834792; b=KTibQPsdU4jqxyskxFWA7yhjzqFB1Mv2V//3YW8UH8cRGwb 1L+U3a4fbCPBqlTcfeow2qIlgN38T6WKNLquqwvs8ZHVCivfP4yllntkBSu5uMwwrVdsQmDAQcWLt zINdCR3iT3a14eX3VNPsA8YmOm9y6G9+fgJqMeOoX+fJU0Jv5m+LKU1Ex0stebBt7ckPy4uPw0KdN 8wqHCNFJ5cWJjyVypt9ljrKYzqg31tZhhkrLcyYV6zZnmuMOS6A7atm8LEYrQYsBlpfOmCtzsQelG l1vUt8K0sp8VWntNU3McLYdPkXE9oQi417vml6ralLyVX7A9r5GliHOPxE7SXkiQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1pSwnl-00Ewio-2c; Fri, 17 Feb 2023 10:13:09 +0100 Message-ID: Subject: Re: [PATCH v7 1/4] mac80211_hwsim: add PMSR capability support From: Johannes Berg To: Greg KH , Jaewan Kim Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-team@android.com, adelva@google.com Date: Fri, 17 Feb 2023 10:13:08 +0100 In-Reply-To: References: <20230207085400.2232544-1-jaewan@google.com> <20230207085400.2232544-2-jaewan@google.com> <6ad6708b124b50ff9ea64771b31d09e9168bfa17.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 (3.46.3-1.fc37) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2023-02-17 at 08:43 +0100, Greg KH wrote: > On Fri, Feb 17, 2023 at 02:11:38PM +0900, Jaewan Kim wrote: > > BTW, can I expect you to review my changes for further patchsets? > > I sometimes get conflicting opinions (e.g. line limits) >=20 > Sorry, I was the one that said "you can use 100 columns", if that's not > ok in the networking subsystem yet, that was my fault as it's been that > way in other parts of the kernel tree for a while. >=20 Hah. Maybe that's my mistake then, I was still at "use 80 columns where it's simple, and more if it would look worse" ... I don't really mind the longer lines that much personally :) johannes