From patchwork Tue Mar 23 20:33:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 406996 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=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 4F2D8C433DB for ; Tue, 23 Mar 2021 20:34:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2511F61574 for ; Tue, 23 Mar 2021 20:34:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233396AbhCWUeB (ORCPT ); Tue, 23 Mar 2021 16:34:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:48340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233385AbhCWUd1 (ORCPT ); Tue, 23 Mar 2021 16:33:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6BB4961574 for ; Tue, 23 Mar 2021 20:33:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616531607; bh=OfcLU+iwDbMk2WvJRBJTIvuEquwzGuzQWc0tGumks+4=; h=From:To:Subject:Date:From; b=boLlck76mCFRy3DOlrk5N0COVAc9M7XpZsGPYbeuJNTaEQVwfNsMTOkQrgC/eAXPx 5PwVWpUej3eQmjr7pDgneTu4be1v51nTfaIKuhyWm+67oBujW+7dpTd9Y+IIJJ7ZFJ 3uAooOTOOHnJGXpp8CSAIwN8KZ+cpsDCx3ElZdO8lHyiLUpcw20cstZbJQRNzYQ3G+ ptVyZT2KP68lzL/raYnTisCkq01to4/1lajDfY1wHMH6yS99LK9mKCCiiS5LEoghe7 DE7lQkivmZm+jive/Qn/BLaa5lz1a8ppclLuQb5uRRg6WJ8faM2XuA8mTMdfk1PI22 XJ+SX1VFaQ1qQ== From: Jeff Layton To: ceph-devel@vger.kernel.org Subject: [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct Date: Tue, 23 Mar 2021 16:33:26 -0400 Message-Id: <20210323203326.217781-1-jlayton@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Signed-off-by: Jeff Layton Reviewed-by: Xiubo Li --- fs/ceph/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/io.c b/fs/ceph/io.c index 97602ea92ff4..c456509b31c3 100644 --- a/fs/ceph/io.c +++ b/fs/ceph/io.c @@ -118,7 +118,7 @@ static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode) } /** - * ceph_end_io_direct - declare the file is being used for direct i/o + * ceph_start_io_direct - declare the file is being used for direct i/o * @inode: file inode * * Declare that a direct I/O operation is about to start, and ensure