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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 E29ACC636CA for ; Fri, 16 Jul 2021 21:07:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B611661400 for ; Fri, 16 Jul 2021 21:07:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235247AbhGPVKY (ORCPT ); Fri, 16 Jul 2021 17:10:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235000AbhGPVKT (ORCPT ); Fri, 16 Jul 2021 17:10:19 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE191C061760 for ; Fri, 16 Jul 2021 14:07:23 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id b26so18184210lfo.4 for ; Fri, 16 Jul 2021 14:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=student-cerritos-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MJRyYFKAYqm+yn00rwUN5F6a5qxYgmMcqrOvk4nFoJE=; b=p5VnCQ1BlOzM71cFTAmWY2uPgdTfj+8qALddAR1y+rcNkZ8CNlZG/sVRkejbfRr23b q8uxDEloWrK0TKds3jotZ8up+Xze/CianPF3pPzhyShRZyjWuoBaWuc4CLYBkdkSdPLg jcT+RvkBdwSQo1K/5WcTaRlzKnZIDW2mIgwbw9ypHZjkg4180p6FqTikPyXWfxzcNZtt 15xKWLTDN3yjwTFW2VoaNmfcC4rvqYmWVPCOnn4NrIqqMP9bl5/BYpr0z4KY9r2vlsWx iHxATDNMg91ASOtMgPXlAoMt6gLXZvWPfVvxHOEiY62+NQYwCjVMmnQJM0+FDyzHs1tN JqoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MJRyYFKAYqm+yn00rwUN5F6a5qxYgmMcqrOvk4nFoJE=; b=HG5OKgQ1mzZxNEMB/H5FXWC5fci8T+NkdEqlqccJT989ntGmGMLUgrw4jrlRxHdyg/ mSR4LK0dnCPrc0mcaQ5FAKe8t3p2UxJ1OHmfCB+yyKaMWb0YNwXnOhubZrhS1Eeid92Y qSeDdE2UXeBwFIeptD1UTX6ySd48epbTsWjVFVtBpraU4AeWY6KGZr2oof2vUm9lzofA hHcu7Fnv3/zv7aVagnezU0KHLcu5S8cC0wvu0CeJexqsDI6QM/Zda6NzEG6F+Tx1X18U aFkT9CtGjGrHOqXuRcCRBqU07dBRPiADlgEN1Z2x+X8Ujmj2nQEysgwUTr2bPpyDkHWd Sbjw== X-Gm-Message-State: AOAM531/ruBWrRhdRhtjE10Sal49BIyum7Eb7a8/1H2Q7ncx9kzzAXk/ vvLmK1p7Gpyq1OayV8PrveRVkwZEQ372iqMnyCWctA== X-Google-Smtp-Source: ABdhPJxuXwqGVBRGv2ZKNeaVa1819dOjyCnM6l3twrix4lWUZnGEAKUhHJZpzmLyjQBSNFND3EbGe/dL3wZM2GhId9Q= X-Received: by 2002:ac2:44dc:: with SMTP id d28mr9092633lfm.618.1626469642042; Fri, 16 Jul 2021 14:07:22 -0700 (PDT) MIME-Version: 1.0 References: <9b5902665dcc4c0fca7546987303e348d8657f59.1626383424.git.apark0006@student.cerritos.edu> <202107161046.heIVRW8r-lkp@intel.com> In-Reply-To: From: Amy Parker Date: Fri, 16 Jul 2021 14:07:10 -0700 Message-ID: Subject: Re: [PATCH 1/2] swap led_brightness from enum to typedef To: kernel test robot Cc: pavel@ucw.cz, kbuild-all@lists.01.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 15, 2021 at 8:11 PM Amy Parker wrote: > > Ah - I see there was an issue with header files not being properly updated. > > Check back for another patch resolving this. > > > On Thu, Jul 15, 2021 at 7:15 PM kernel test robot wrote: > > > > Hi Amy, > > > > Thank you for the patch! Perhaps something to improve: > > > > [auto build test WARNING on linus/master] > > [also build test WARNING on v5.14-rc1 next-20210715] > > [cannot apply to pavel-linux-leds/for-next wireless-drivers-next/master wireless-drivers/master] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch] > > > > url: https://github.com/0day-ci/linux/commits/Amy-Parker/leds-change-led_brightness-definition-from-enum-to-typedef/20210716-052140 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git dd9c7df94c1b23feacd54112f33ad95d93f64533 > > config: m68k-buildonly-randconfig-r006-20210715 (attached as .config) > > compiler: m68k-linux-gcc (GCC) 10.3.0 > > reproduce (this is a W=1 build): > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://github.com/0day-ci/linux/commit/b14a971f1045205d49d9d001f33d33afdd8208f9 > > git remote add linux-review https://github.com/0day-ci/linux > > git fetch --no-tags linux-review Amy-Parker/leds-change-led_brightness-definition-from-enum-to-typedef/20210716-052140 > > git checkout b14a971f1045205d49d9d001f33d33afdd8208f9 > > # save the attached .config to linux build tree > > mkdir build_dir > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash drivers/md/bcache/ drivers/media/v4l2-core/ > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > > > All warnings (new ones prefixed by >>): > > > > In file included from drivers/media/v4l2-core/v4l2-flash-led-class.c:15: > > >> include/media/v4l2-flash-led-class.h:18:1: warning: useless type name in empty declaration > > 18 | led_brightness; > > | ^~~~~~~~~~~~~~ > > > > > > vim +18 include/media/v4l2-flash-led-class.h > > > > 14 > > 15 struct led_classdev_flash; > > 16 struct led_classdev; > > 17 struct v4l2_flash; > > > 18 led_brightness; > > 19 > > > > --- > > 0-DAY CI Kernel Test Service, Intel Corporation > > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org > > > > -- > Amy Iris Parker > Please refer to me using she/her pronouns. > CIS Major > Dual Enrollment with WHS co2025 Another patch was sent into the list to correct this error.