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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74458C433FE for ; Tue, 14 Dec 2021 15:50:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232055AbhLNPuH (ORCPT ); Tue, 14 Dec 2021 10:50:07 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:40017 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229752AbhLNPuG (ORCPT ); Tue, 14 Dec 2021 10:50:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1639497006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=A8d4kpiCPLqH4HU8MweJaovj1iydZX/tfYgtR0hH+gc=; b=b+2lfGuBuAt21be04ez+kyRKUmHYKqPh+orKreq1wbzxdpR7DWizgTCZZ+9Hlog40TJdAA gvofemXyvsxLEg574IDXvClANyAEu+BOT+cZbdrepm5pZpf+GSXAB7BvDsk428xFwk/Jxh PEQe+9JpOCeyQ3Hl+Ij053I4e/GcTd4= Received: from mail-oo1-f69.google.com (mail-oo1-f69.google.com [209.85.161.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-389-41-D9gHMN-2C3WeeKgzt8A-1; Tue, 14 Dec 2021 10:50:05 -0500 X-MC-Unique: 41-D9gHMN-2C3WeeKgzt8A-1 Received: by mail-oo1-f69.google.com with SMTP id y17-20020a4ade11000000b002c9cd91f98fso13004784oot.13 for ; Tue, 14 Dec 2021 07:50:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=A8d4kpiCPLqH4HU8MweJaovj1iydZX/tfYgtR0hH+gc=; b=QTySa966i6ItoEiqswUDE1hJj6t79vyXj5/Vgr9Dv/2m+wYEcmJjA1A7/G3LWwttK7 8txElJOGwNE1DDLgs9O0xvG5SO0/bTdjhe90yEVeO06Pm1CvfmsHjNraYKLgpXYdfxOH 9C27jVbtnPBi7SFmBY4O3jAqzJWgPXNaarC2PM1qFkzHgLzRnc4jW5NHVgblJ38FoGDE PUHZpi+lXlxtVQ+ud/0HhbjNMoQBdjryiOL2yF5dfvc+sdRYH9ZL1SFZf7Zz/ggIi2EQ 4EMcIQzHPaAntsIuDWINDwCLtByl5TLWQaZH9YFX/6JPqANpzaHlQTfkuk2ar9vJD/Dv Ickw== X-Gm-Message-State: AOAM531JchMO/Ch3eobbURbMvwKb30KgYOW1vsWBCfmWdgzUH0a1XCJd 8Ftf8liI6qxSZKi/jk+L8nTyQi2lPQWH17keP0OEN4ShiiuocEXXXBmAgdmwqaJ/K87MeGmht/e 4IH6sqtpVLc2DXq/A0CnLdSgc X-Received: by 2002:a4a:ead8:: with SMTP id s24mr3900083ooh.89.1639497004327; Tue, 14 Dec 2021 07:50:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJyXgBh0sUNBMdxzkV5fM6eNiIi7SMjd8NeymgTWllADHqHZP9MNB6Lack/Qn0/mfPxnhLJZAw== X-Received: by 2002:a4a:ead8:: with SMTP id s24mr3900068ooh.89.1639497004102; Tue, 14 Dec 2021 07:50:04 -0800 (PST) Received: from localhost.localdomain.com (075-142-250-213.res.spectrum.com. [75.142.250.213]) by smtp.gmail.com with ESMTPSA id bc7sm43620oob.35.2021.12.14.07.50.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Dec 2021 07:50:03 -0800 (PST) From: trix@redhat.com To: arnd@arndb.de Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Rix Subject: [PATCH] locks: cleanup double word in comment Date: Tue, 14 Dec 2021 07:49:41 -0800 Message-Id: <20211214154941.2463357-1-trix@redhat.com> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tom Rix There are two the's in the comment, remove one. Signed-off-by: Tom Rix --- include/uapi/asm-generic/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h index ecd0f5bdfc1d6..d08406ea25fe5 100644 --- a/include/uapi/asm-generic/fcntl.h +++ b/include/uapi/asm-generic/fcntl.h @@ -143,7 +143,7 @@ * record locks, but are "owned" by the open file description, not the * process. This means that they are inherited across fork() like BSD (flock) * locks, and they are only released automatically when the last reference to - * the the open file against which they were acquired is put. + * the open file against which they were acquired is put. */ #define F_OFD_GETLK 36 #define F_OFD_SETLK 37 -- 2.26.3