Received: by 2002:a05:6a10:6006:0:0:0:0 with SMTP id w6csp496445pxa; Thu, 27 Aug 2020 07:58:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx8A3LlG29Odqvqh8cs5dNU6DYRMotBh/tfw7gFLkduA+aHuoGct0Nvj09Xgo7E2PU3k8Hn X-Received: by 2002:a50:bac2:: with SMTP id x60mr20747431ede.210.1598540291122; Thu, 27 Aug 2020 07:58:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598540291; cv=none; d=google.com; s=arc-20160816; b=XFOjLigCU5xP1xt7sszWcO+1tX5lmoY1kn5hgjjJZuTW6K88ZLkWCOCrDfGc5yK3dU 1f7+dCI4JA80Qlu0xL+Dhmw/jojMvloualaNEwdBZUHho8eDF8k03ojeQjyT8EVHTr+Q 5d10N3cTotcAsq6K2vDw8VZo66B0kALW/sI/nsynb4IVTwweOKolA3PnpLIUS20NdW2o 4j9LXAkV4um7RhivPkFOmog6qpBhQYEo1Uie14QbMqS30LfjczVKVSeWWRONMkbvEV3O jvMg9RioaD7eHbzrvZKQ1A/C4LldsFMdwYu/LYeoIhNp03Hccz8p6bm7jDt+MzEN9ciF 73rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=Kr9EjJGSlw8MbuaXAOkfkcULKyB0c2WxJyvZrzXpEfU=; b=yzI6zd+PADKG9wAHmoege6JTdbxk7UXuJuA3a6C6pgHOxwR7FZewoIN7wNtlhHZdIk zDBG4yxhSh6QvFAIg6QqIN34E2/YM4bpFqg2eBnOnB+EIM+Wpgrrs5y1gAN7JDosdO7S uD1ub1Bzy7jeXqsas0ygMiTZun1kRBfHr1/rS8c7eCMGEj5pRZ1ZoYDncdZRvYvEachQ TmhcVvfJhzpQMjPvTjYdaQEkbrJ8yRFbiCuBrSUgowFi1JlU3J+MWXK4oRM+tmJ7N/HD VxnSkOVdPnR5lJSyMJ4iKTSgFvVK6SdFCp9N0ZDQnKzl20N/6RiNknRAJ7jyMhDNLVVB c/pQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b1si1566022ejb.647.2020.08.27.07.57.47; Thu, 27 Aug 2020 07:58:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727843AbgH0O5m (ORCPT + 99 others); Thu, 27 Aug 2020 10:57:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728991AbgH0M0e (ORCPT ); Thu, 27 Aug 2020 08:26:34 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5852C061236 for ; Thu, 27 Aug 2020 05:26:21 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1kBGyy-00BaLQ-2D; Thu, 27 Aug 2020 14:26:20 +0200 Message-ID: <61219c725630447e832839196e20eb433723ed49.camel@sipsolutions.net> Subject: Re: [PATCH V5 4/5] mac80211: add support for BSS coloring From: Johannes Berg To: John Crispin Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org Date: Thu, 27 Aug 2020 14:26:18 +0200 In-Reply-To: <20200826055650.1101224-4-john@phrozen.org> (sfid-20200826_075710_318035_1DE9E6C8) References: <20200826055650.1101224-1-john@phrozen.org> <20200826055650.1101224-4-john@phrozen.org> (sfid-20200826_075710_318035_1DE9E6C8) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > + * @color_change_active: marks whether a color change is going on. Internally it is > + * write-protected by sdata_lock and local->mtx so holding either is fine > + * for read access. > I started fixing up things like that but then I got annoyed and gave up ... Just because checkpatch no longer warns on >80 columns that doesn't mean it's suddenly completely acceptable to write very long lines. In flowed text like this, it's much nicer to have shorter lines, and long lines are just arbitrary. That's actually in quite a few places in this patch - comments, function arguments, etc. Nothing against going over 80 where that makes the code more readable, but long lines for flowed text are *less* readable. johannes