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=-2.7 required=3.0 tests=BAYES_00,DATE_IN_PAST_12_24, 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 4C131C4363A for ; Thu, 29 Oct 2020 00:13:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01CAF20780 for ; Thu, 29 Oct 2020 00:13:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390819AbgJ2ANi (ORCPT ); Wed, 28 Oct 2020 20:13:38 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50764 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390810AbgJ2ANf (ORCPT ); Wed, 28 Oct 2020 20:13:35 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kXZuz-003u9E-72; Wed, 28 Oct 2020 02:06:25 +0100 Date: Wed, 28 Oct 2020 02:06:25 +0100 From: Andrew Lunn To: Jakub Kicinski Cc: netdev , Ilya Dryomov , Jeff Layton Subject: Re: [PATCH net-next] net: ceph: Fix most of the kerneldoc warings Message-ID: <20201028010625.GB930647@lunn.ch> References: <20201028005907.930575-1-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201028005907.930575-1-andrew@lunn.ch> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org As the subject suggests, there is still one warning left: net/ceph/crush/mapper.c:674: warning: Function parameter or member 'left' not described in 'crush_choose_indep' It would be nice if somebody who understands this code could fix that warning. Then ceph become W=1 clean. Andrew