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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_NONE 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 26CA2C12002 for ; Mon, 19 Jul 2021 05:45:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 019D86117A for ; Mon, 19 Jul 2021 05:45:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234251AbhGSFs2 (ORCPT ); Mon, 19 Jul 2021 01:48:28 -0400 Received: from ni.piap.pl ([195.187.100.5]:58802 "EHLO ni.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhGSFs1 (ORCPT ); Mon, 19 Jul 2021 01:48:27 -0400 Received: from t19.piap.pl (OSB1819.piap.pl [10.0.9.19]) by ni.piap.pl (Postfix) with ESMTPSA id 795F4C3F2A51; Mon, 19 Jul 2021 07:45:21 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 ni.piap.pl 795F4C3F2A51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=piap.pl; s=mail; t=1626673524; bh=xH3yU1unl5seSQwdZbQWwx5A9ON1+nGOmgWR8IFn5r8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=L7U05iMv3oK92oCUuG5CTlxppqcc0E6eKg9JErEbxAKkTlJL107YThmaj1R9//agf ujEHiof3dy3tIle/ZvOryphYwiEfqEPiMWKwlENA/Tzv3jq7JttbBCzB0lDDauFBMk lA27aWd7d+osdxmPHbr2zUAKGu54dYjmQaG1nnxk= From: =?utf-8?Q?Krzysztof_Ha=C5=82asa?= To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, "Jason A . Donenfeld" , Russell King , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Greg Kroah-Hartman , Andres Salomon , linux-geode@lists.infradead.org, Matt Mackall , Herbert Xu , linux-crypto@vger.kernel.org, Christian Gromm , Krzysztof Halasa , netdev@vger.kernel.org, "David S. Miller" , Jakub Kicinski , Martin Schiller , linux-x25@vger.kernel.org, wireguard@lists.zx2c4.com Subject: Re: [PATCH 5/6 v2] net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specific References: <20210711223148.5250-1-rdunlap@infradead.org> <20210711223148.5250-6-rdunlap@infradead.org> Sender: khalasa@piap.pl Date: Mon, 19 Jul 2021 07:45:21 +0200 In-Reply-To: <20210711223148.5250-6-rdunlap@infradead.org> (Randy Dunlap's message of "Sun, 11 Jul 2021 15:31:47 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 165067 [Jul 18 2021] X-KLMS-AntiSpam-Version: 5.9.20.0 X-KLMS-AntiSpam-Envelope-From: khalasa@piap.pl X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Auth: dkim=pass header.d=piap.pl X-KLMS-AntiSpam-Info: LuaCore: 448 448 71fb1b37213ce9a885768d4012c46ac449c77b17, {Tracking_from_exist}, {Tracking_Text_ENG_RU_Has_Extended_Latin_Letters, eng}, {Tracking_marketers, three}, {Tracking_from_domain_doesnt_match_to}, d41d8cd98f00b204e9800998ecf8427e.com:7.1.1;piap.pl:7.1.1;t19.piap.pl:7.1.1;127.0.0.199:7.1.2 X-MS-Exchange-Organization-SCL: -1 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, bases: 2021/07/19 04:42:00 X-KLMS-AntiVirus: Kaspersky Security for Linux Mail Server, version 8.0.3.30, bases: 2021/07/19 00:49:00 #16924188 X-KLMS-AntiVirus-Status: Clean, skipped Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy, Randy Dunlap writes: > Rename module_init & module_exit functions that are named > "mod_init" and "mod_exit" so that they are unique in both the > System.map file and in initcall_debug output instead of showing > up as almost anonymous "mod_init". > drivers/net/wan/hdlc_cisco.c | 8 ++++---- > drivers/net/wan/hdlc_fr.c | 8 ++++---- > drivers/net/wan/hdlc_ppp.c | 8 ++++---- > drivers/net/wan/hdlc_raw.c | 8 ++++---- > drivers/net/wan/hdlc_raw_eth.c | 8 ++++---- > drivers/net/wan/hdlc_x25.c | 8 ++++---- Sorry for the delay. Acked-by: Krzysztof Halasa --=20 Krzysztof Ha=C5=82asa Sie=C4=87 Badawcza =C5=81ukasiewicz Przemys=C5=82owy Instytut Automatyki i Pomiar=C3=B3w PIAP Al. Jerozolimskie 202, 02-486 Warszawa