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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 E4892C433DF for ; Sat, 17 Oct 2020 23:15:49 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 86CBD214DB for ; Sat, 17 Oct 2020 23:15:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BzvEL7k1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86CBD214DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 2E0176B0070; Sat, 17 Oct 2020 19:15:49 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 28E936B007B; Sat, 17 Oct 2020 19:15:49 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 1A7D46B007D; Sat, 17 Oct 2020 19:15:49 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0109.hostedemail.com [216.40.44.109]) by kanga.kvack.org (Postfix) with ESMTP id E2FE66B0070 for ; Sat, 17 Oct 2020 19:15:48 -0400 (EDT) Received: from smtpin17.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 87545181AEF07 for ; Sat, 17 Oct 2020 23:15:48 +0000 (UTC) X-FDA: 77382976776.17.dad79_1201ff527229 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin17.hostedemail.com (Postfix) with ESMTP id 708E5180D0180 for ; Sat, 17 Oct 2020 23:15:48 +0000 (UTC) X-HE-Tag: dad79_1201ff527229 X-Filterd-Recvd-Size: 2204 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf04.hostedemail.com (Postfix) with ESMTP for ; Sat, 17 Oct 2020 23:15:47 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1A4BE21655; Sat, 17 Oct 2020 23:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602976547; bh=ai6/wwi6ZB6vRfjnPSuyHr3k6uaFaU2w0hKOQtRxEvE=; h=Date:From:To:Subject:In-Reply-To:From; b=BzvEL7k10+paYEqGTvkU6HpTXXkNKGQxiCiV2E9C44jHo1jcgLyoSzZaHngXDvABl Z4Pr8uyNr/mxU6jejpPRqpQ2vl3Bg8GBbRvSNJMLLqGPnS1xqQrJUHwo458jzFZuas uSL22Rr40RXJVB8lm3Gc7HaLfLEeyy/hSUtaxQ/E= Date: Sat, 17 Oct 2020 16:15:46 -0700 From: Andrew Morton To: akpm@linux-foundation.org, hch@lst.de, linux-mm@kvack.org, mm-commits@vger.kernel.org, torvalds@linux-foundation.org, urezki@gmail.com Subject: [patch 39/40] mm: remove the filename in the top of file comment in vmalloc.c Message-ID: <20201017231546.XUjfSDW_s%akpm@linux-foundation.org> In-Reply-To: <20201017161314.88890b87fae7446ccc13c902@linux-foundation.org> User-Agent: s-nail v14.8.16 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: From: Christoph Hellwig Subject: mm: remove the filename in the top of file comment in vmalloc.c No point in having the filename inside the file. Link: https://lkml.kernel.org/r/20201002124035.1539300-3-hch@lst.de Signed-off-by: Christoph Hellwig Cc: Uladzislau Rezki (Sony) Signed-off-by: Andrew Morton --- mm/vmalloc.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/vmalloc.c~mm-remove-the-filename-in-the-top-of-file-comment-in-vmallocc +++ a/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 _