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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECFF7C77B61 for ; Tue, 25 Apr 2023 13:40:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234235AbjDYNkR (ORCPT ); Tue, 25 Apr 2023 09:40:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233893AbjDYNkO (ORCPT ); Tue, 25 Apr 2023 09:40:14 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 959B71A5; Tue, 25 Apr 2023 06:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682430013; x=1713966013; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8ZnMxW7FQXteRzNnv5JBtPM4OmwntBA5Vnutp7lOVns=; b=JAoJ9PTLlojTAt3TPpMsFd935Dx3tYkQwbiRdTIMka0q3CAgVwbahGp5 MMbeOTpT3hzl0X0Qq18FW9Tvnszl+ELzNE7Lf7n99IQOVAWOTzAVCR3r5 ykOry0Rzm1KA5eJZ4Wfl8IWwBdCM/IC0u8NtvcAML0TPoAxg1Hp3L24MJ d1ZlEgrfBX5T1diQWdLHH7SYKGU4FRqxjRfncCEUg36uTAErcSdlLcfnn HXxVv09hwveXRCMYNDM9RCE2Y1lx0mXuylnLdcikqy8xZKE3YbJMsgNyO QbFn+CKNVZa/4M4HDLMXnVV8Hfs0wu3CxRQDBLqbZyAOQWQw+HmonNXqe w==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="433027300" X-IronPort-AV: E=Sophos;i="5.99,225,1677571200"; d="scan'208";a="433027300" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 06:40:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="805074658" X-IronPort-AV: E=Sophos;i="5.99,225,1677571200"; d="scan'208";a="805074658" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP; 25 Apr 2023 06:40:10 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1prIts-004zyA-1h; Tue, 25 Apr 2023 16:40:08 +0300 Date: Tue, 25 Apr 2023 16:40:08 +0300 From: Andy Shevchenko To: Mehdi Djait Cc: jic23@kernel.org, mazziesaccount@gmail.com, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, lars@metafoo.de, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 4/7] iio: accel: kionix-kx022a: Add an i2c_device_id table Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 25, 2023 at 12:22:24AM +0200, Mehdi Djait wrote: > Add the missing i2c device id Seems like unfinished commit message (also note missing period, that's why I paid attention to this). ... > +static const struct i2c_device_id kx022a_i2c_id[] = { > + { .name = "kx022a", 0 }, ', 0' is redundant. > + { } > +}; > +MODULE_DEVICE_TABLE(i2c, kx022a_i2c_id); -- With Best Regards, Andy Shevchenko