Message ID | 20190531000053.64053-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A629592A for <patchwork-linux-block@patchwork.kernel.org>; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 93CB028A4C for <patchwork-linux-block@patchwork.kernel.org>; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 879C428A72; Fri, 31 May 2019 00:01:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1BD4B289B3 for <patchwork-linux-block@patchwork.kernel.org>; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726326AbfEaABC (ORCPT <rfc822;patchwork-linux-block@patchwork.kernel.org>); Thu, 30 May 2019 20:01:02 -0400 Received: from mail-pg1-f195.google.com ([209.85.215.195]:38545 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbfEaABC (ORCPT <rfc822;linux-block@vger.kernel.org>); Thu, 30 May 2019 20:01:02 -0400 Received: by mail-pg1-f195.google.com with SMTP id v11so2926611pgl.5 for <linux-block@vger.kernel.org>; Thu, 30 May 2019 17:01:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=z9mb9MX1cBEl/kboX27g56m/1N/exFhBqGR6m9l5vZA=; b=EN8vg/Q7Lw4HXlmXLnlVJdKHg0NBqILBC11HSqsCAj9IaiCH9vCNRZ6Dh3VhifK/zj LgTAK43TjSLeHFNXM81AN4mQctkIrvomOTQ8Uy2/guATaea1BmOF4KFVIuTJrV0LxMDT gsUv90bKhuKPqB+Q8BZThV9zd5gNA+Ixu/z/fO4h5RBFNEYJR8dsoEhzXyeiMojx6Rny u38QQnh+2X+T2V8pg6OY2WC1V1pB+54OTnl3A6iD+Wj6u2c/qVZ83ZNKYGo9fVfAV1lZ +Fg6ii08rZf3KP13/A02pTVH6d/mgQdGbnKR0HZmbnUyEM8z1WsCqiNA5cMhyvrXYwk5 kokQ== X-Gm-Message-State: APjAAAUQoPudNr0kTbRMr3DRU2f6X8tDxiaH/3dJFn6E3Eg0/CCajwE4 hVOTE7tBkxUAZxoEsx4e+13jVjL+ X-Google-Smtp-Source: APXvYqxurB+/rG6g8b68pe4CC+uysrEEI0TuTgqj0SO6lFhzhqZ73mexvIOuZdofuxZh8f6oKO995g== X-Received: by 2002:a63:ee10:: with SMTP id e16mr6245135pgi.207.1559260861348; Thu, 30 May 2019 17:01:01 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:202:4308:52a3:24b6:2c60]) by smtp.gmail.com with ESMTPSA id g8sm3539851pjp.17.2019.05.30.17.01.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 May 2019 17:01:00 -0700 (PDT) From: Bart Van Assche <bvanassche@acm.org> To: Jens Axboe <axboe@kernel.dk> Cc: linux-block@vger.kernel.org, Christoph Hellwig <hch@lst.de>, Bart Van Assche <bvanassche@acm.org> Subject: [PATCH 0/8] Improve block layer function documentation Date: Thu, 30 May 2019 17:00:45 -0700 Message-Id: <20190531000053.64053-1-bvanassche@acm.org> X-Mailer: git-send-email 2.20.GIT MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Improve block layer function documentation
|
expand
|
On 5/30/19 6:00 PM, Bart Van Assche wrote: > Hi Jens, > > This is a series with eight patches that address source code comments. Most > patches suppress kernel-doc warnings that appear when building with W=1. Please > consider these patches. Thanks Bart, applied.