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=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 767A3C433E0 for ; Fri, 31 Jul 2020 01:42:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49DFC2083E for ; Fri, 31 Jul 2020 01:42:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="F+5Zd8eV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731080AbgGaBmm (ORCPT ); Thu, 30 Jul 2020 21:42:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731064AbgGaBmm (ORCPT ); Thu, 30 Jul 2020 21:42:42 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DCEEC061574; Thu, 30 Jul 2020 18:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=mqhIELekkHe/ZR4guRdlhW7nBODDTfcTLaXo5qRKcCE=; b=F+5Zd8eVBTVGgA8RC/sOFDnIWe PyWkPsMUb+WCeKyQP/ndMuWMyii1M6XVwYqo7p2dplrmDklT1SqTHZHDVmcwOcIouXSBbWPLudi1D PZZY20mP4xFImyalAbDTKvP2TtXAM/v7NzakNMtuNLyXuf7km0ZQbrAK3/XdDR8e1Fwnx/2OT34pF x99WXZ18Yey752Qu3xAYVLE/q+wL8RyZgsFMdepQTgw7yAV3CqyVHcG9aCOv3kvWvFwBpvrSLdsHx 8+gBpokx502xFujrkesbZQiO19VhdF6WAkDSn53Hn+kwSHJLAdEs/f8ztz90Wqbk2LLrGK921d2Qn KKAIutqQ==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1K4E-0006bc-EF; Fri, 31 Jul 2020 01:42:38 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jens Axboe , linux-block@vger.kernel.org Subject: [PATCH 0/7] block: delete or fix duplicated words Date: Thu, 30 Jul 2020 18:42:26 -0700 Message-Id: <20200731014233.6418-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Drop doubled words or fix them to what they should be. Also fix a few typos and kernel-doc notation. Cc: Jens Axboe Cc: linux-block@vger.kernel.org block/bfq-iosched.c | 2 +- block/bio.c | 4 ++-- block/blk-mq-sched.c | 2 +- block/blk-mq.c | 2 +- block/blk-timeout.c | 2 +- block/elevator.c | 4 ++-- block/genhd.c | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-)