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=-12.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 37075C4363D for ; Fri, 2 Oct 2020 12:40:44 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 80D6120644 for ; Fri, 2 Oct 2020 12:40:43 +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="GWKlZ9W5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 80D6120644 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id D4F3E6B0073; Fri, 2 Oct 2020 08:40:41 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id CD480900008; Fri, 2 Oct 2020 08:40:41 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id B4E23900006; Fri, 2 Oct 2020 08:40:41 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0133.hostedemail.com [216.40.44.133]) by kanga.kvack.org (Postfix) with ESMTP id 7A9E56B0073 for ; Fri, 2 Oct 2020 08:40:41 -0400 (EDT) Received: from smtpin24.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 145E98249980 for ; Fri, 2 Oct 2020 12:40:41 +0000 (UTC) X-FDA: 77326944282.24.sack44_590c5cc271a4 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin24.hostedemail.com (Postfix) with ESMTP id EBE691A4A5 for ; Fri, 2 Oct 2020 12:40:40 +0000 (UTC) X-HE-Tag: sack44_590c5cc271a4 X-Filterd-Recvd-Size: 2277 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf23.hostedemail.com (Postfix) with ESMTP for ; Fri, 2 Oct 2020 12:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=/XSI01xLTLu0u8Fo+L0S3UeCfQgm8NNxZevJYg6p+LI=; b=GWKlZ9W5C6e1RWLD0nseEPiuJA TKKmCmvjzrm2sBnPL+gYiSyWVG+lomdPbRosltifHY3nY+q9tHa4lalpcqM9tAPCL3CYa+R5lhSy/ 9FWUxPP8UPnYexOc3wfW4cu9PC1IpHy0aiwTFamC7A+4IQ9tAtXSuRbZ7c00aMXGzwey7to5X5BoX XfxFgBbc0qVohqoi8I6Y8mXp43/hjkPiCMx9kxHnGoPx/jwv0gRNXdgEdMAFjXHYfM/dQer2xjLRR LIaEYZaUVMMTK3spguRwpNZHW9MWnH/asD/qez091zDsdeJ6YyCuaaPBigMo9ivvdwHV5EHm+hxgt oykwBntA==; Received: from [2001:4bb8:180:7b62:f738:1861:1acc:15c8] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kOKMZ-0004tH-4u; Fri, 02 Oct 2020 12:40:39 +0000 From: Christoph Hellwig To: Andrew Morton Cc: linux-mm@kvack.org Subject: [PATCH 2/2] mm: remove the filename in the top of file comment in vmalloc.c Date: Fri, 2 Oct 2020 14:40:35 +0200 Message-Id: <20201002124035.1539300-3-hch@lst.de> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201002124035.1539300-1-hch@lst.de> References: <20201002124035.1539300-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: No point in having the filename inside the file. Signed-off-by: Christoph Hellwig --- mm/vmalloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 5e3eea8ff952ea..1ae0656c0b3415 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * linux/mm/vmalloc.c - * * Copyright (C) 1993 Linus Torvalds * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 * SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian = , May 2000 --=20 2.28.0