From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E2EAA20ED; Mon, 3 Jun 2024 19:48:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717444082; cv=none; b=NpjLioKzaAavyOfgAY3Ung93Si2yEFpL1rPYQQLzhG5aXRBDZTYDT9AQg2SFDX6wa8lSSEUla3nkpSkLPV9iOQ2BE7aSWeRRZBL6misvaDvzOxZvDWEJG9cW+wfcU4M3/q/WLlvAgr3/ZrZSsVUkGDlVYkPS5tpRFJe/PvZutOo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717444082; c=relaxed/simple; bh=VvvqiFcoU7bNUHX+pwuQRPUA4s1y2fJan5cr8vu4BwI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G7YsZxU8GDLOty42jm1Uh7l8Vp7HmypiWUOlOtr9q/2ZCGoXW9kBsmmuFpK6t+C4DUpk4o4F/+GYR7RHGwu/HybrIsGH7eqPMOUhc4xHjJzHHBBXn57mZn5ya30Y2T1nkkXYEQVvC4YeGUh8qxxsUuK17Zu8hZgIzWpUFGrTS3g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=fail smtp.mailfrom=kernel.org; arc=none smtp.client-ip=198.175.65.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=kernel.org X-CSE-ConnectionGUID: uZncMz9sQ8+yjaQYAlriew== X-CSE-MsgGUID: 6eR8Yox8Rqqv3QOxahXjnA== X-IronPort-AV: E=McAfee;i="6600,9927,11092"; a="17744822" X-IronPort-AV: E=Sophos;i="6.08,212,1712646000"; d="scan'208";a="17744822" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2024 12:48:01 -0700 X-CSE-ConnectionGUID: OBAO9a07Ttqim9QBTsOMTA== X-CSE-MsgGUID: 29kyABT5TpCUrLH2fUrtgQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,212,1712646000"; d="scan'208";a="74466476" Received: from smile.fi.intel.com ([10.237.72.54]) by orviesa001.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2024 12:47:59 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1sEDev-0000000DNG5-02ap; Mon, 03 Jun 2024 22:47:57 +0300 Date: Mon, 3 Jun 2024 22:47:56 +0300 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Jeff Johnson , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro Message-ID: References: <20240602-md-drivers-auxdisplay-linedisp-v1-1-9895acebf916@quicinc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Mon, Jun 03, 2024 at 09:53:40AM +0200, Geert Uytterhoeven wrote: > On Mon, Jun 3, 2024 at 5:02 AM Jeff Johnson wrote: > > make allmodconfig && make W=1 C=1 reports: > > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/line-display.o > > > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > > > Signed-off-by: Jeff Johnson > > Reviewed-by: Geert Uytterhoeven Pueshed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko