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 B3C40C61D85 for ; Wed, 22 Nov 2023 02:06:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235015AbjKVCG2 (ORCPT ); Tue, 21 Nov 2023 21:06:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbjKVCG0 (ORCPT ); Tue, 21 Nov 2023 21:06:26 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBF76181 for ; Tue, 21 Nov 2023 18:06:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700618782; x=1732154782; h=date:from:to:cc:subject:message-id:mime-version; bh=6L9qWIYt+AcDutd4iBDFhtgXhl7/fUz4m6eAzy99akE=; b=d0uslGO9ZlbMg7HAUyT5AE6HWnoHD0S9AhEHp/v80sgg5T0JPZiCr9Xq mgmjv32ghuFSA3QV6qlPujvonHHAv1mt51GJPLP+k8TsvihVn29zb08YI DpFF7OhiEKj21WxEtzgTnxxh7ZZfITS/V8FXJvqvmwDyGKIVjtufY86oj qUkWgWMgJRA/oAdvD3dSu5tLQzUUrUOkNvmNAx0uztZgwRiNJ0u4gXHtD Z16uLbno045orkAmO6Vp2a2zvCpTBmr5F722ch9ANMVL3jg9WaKFR2lnI 9Nt9HpBmcXFZaG7wbWwv6FMVwAZ8ojiLX4iqMrLk64r2FXZQNsoPdMzEQ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="395884554" X-IronPort-AV: E=Sophos;i="6.04,217,1695711600"; d="scan'208";a="395884554" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2023 18:06:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="760286779" X-IronPort-AV: E=Sophos;i="6.04,217,1695711600"; d="scan'208";a="760286779" Received: from lkp-server02.sh.intel.com (HELO b8de5498638e) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 21 Nov 2023 18:06:21 -0800 Received: from kbuild by b8de5498638e with local (Exim 4.96) (envelope-from ) id 1r5ccq-0008Wj-2z; Wed, 22 Nov 2023 02:06:05 +0000 Date: Wed, 22 Nov 2023 10:01:09 +0800 From: kernel test robot To: Alexandre Belloni Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: drivers/rtc/nvmem.c:1: warning: no structured comments found Message-ID: <202311220906.ijAdquSF-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c2d5304e6c648ebcf653bace7e51e0e6742e46c8 commit: 697e5a47aa12cdab6f2a8b284cc923cdf704eafc rtc: add generic nvmem support date: 6 years ago config: i386-randconfig-002-20231120 (https://download.01.org/0day-ci/archive/20231122/202311220906.ijAdquSF-lkp@intel.com/config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231122/202311220906.ijAdquSF-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202311220906.ijAdquSF-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/rtc/nvmem.c:1: warning: no structured comments found vim +1 drivers/rtc/nvmem.c > 1 /* 2 * RTC subsystem, nvmem interface 3 * 4 * Copyright (C) 2017 Alexandre Belloni 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ 10 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki