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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 E1727C35646 for ; Fri, 21 Feb 2020 12:41:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C11D224653 for ; Fri, 21 Feb 2020 12:41:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728081AbgBUMlb (ORCPT ); Fri, 21 Feb 2020 07:41:31 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:59042 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727039AbgBUMlb (ORCPT ); Fri, 21 Feb 2020 07:41:31 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1j57cU-00FGMO-BX; Fri, 21 Feb 2020 13:41:26 +0100 Message-ID: <1cbc48003d249d3ce14941adbb32089b57573cd0.camel@sipsolutions.net> Subject: Re: [PATCH 09/10] cfg80211: align documentation style of ieee80211_iface_combination From: Johannes Berg To: =?ISO-8859-1?Q?J=E9r=F4me?= Pouiller Cc: "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jakub Kicinski , "David S . Miller" Date: Fri, 21 Feb 2020 13:41:24 +0100 In-Reply-To: <10411162.7U3r8zC6Ku@pc-42> References: <20200221115604.594035-1-Jerome.Pouiller@silabs.com> <20200221115604.594035-9-Jerome.Pouiller@silabs.com> <10411162.7U3r8zC6Ku@pc-42> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 2020-02-21 at 12:38 +0000, Jérôme Pouiller wrote: > > > > - * = 0 > > > - * all beacon intervals for different interface must be same. > > > - * > 0 > > > - * any beacon interval for the interface part of this combination AND > > > - * GCD of all beacon intervals from beaconing interfaces of this > > > - * combination must be greater or equal to this value. > > > > This generates the nicer output, not with bullets but as a definition > > list or something. > Indeed. > > Unfortunately, I hasn't been able to use the same syntax in struct > description: if sphinx find a blank line, it considers that the rest of > the input is the long description of the struct. So let's just leave it as is. I don't consider using the same style (inline or header) everywhere to be even nearly as important as the output :) johannes