From patchwork Fri Jul 30 18:43:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 115945 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6UIiLMr006366 for ; Fri, 30 Jul 2010 18:44:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933376Ab0G3Snn (ORCPT ); Fri, 30 Jul 2010 14:43:43 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:39530 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932314Ab0G3Snk (ORCPT ); Fri, 30 Jul 2010 14:43:40 -0400 Received: from octopus.hi.pengutronix.de ([2001:6f8:1178:2:215:17ff:fe12:23b0]) by metis.ext.pengutronix.de with esmtp (Exim 4.71) (envelope-from ) id 1OeuYK-0003yu-Ru; Fri, 30 Jul 2010 20:43:28 +0200 Received: from ukl by octopus.hi.pengutronix.de with local (Exim 4.69) (envelope-from ) id 1OeuYK-0003Y2-5w; Fri, 30 Jul 2010 20:43:28 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: trivial@kernel.org Cc: Michal Marek , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Ingo Molnar , Mathieu Desnoyers , Christoph Hellwig , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] trivial: fix a typo in a filename Date: Fri, 30 Jul 2010 20:43:20 +0200 Message-Id: <1280515401-13610-1-git-send-email-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kbuild@vger.kernel.org Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 30 Jul 2010 18:44:21 +0000 (UTC) diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 8f14c81..82a2420 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -30,7 +30,7 @@ # - See include/linux/module.h for more details # Step 4 is solely used to allow module versioning in external modules, -# where the CRC of each module is retrieved from the Module.symers file. +# where the CRC of each module is retrieved from the Module.symvers file. # KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined # symbols in the final module linking stage