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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 5D6D7C47082 for ; Thu, 27 May 2021 00:21:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DD02613AB for ; Thu, 27 May 2021 00:21:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233950AbhE0AXG (ORCPT ); Wed, 26 May 2021 20:23:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232916AbhE0AXE (ORCPT ); Wed, 26 May 2021 20:23:04 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B2DAC06175F for ; Wed, 26 May 2021 17:21:31 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id b26so5250360lfq.4 for ; Wed, 26 May 2021 17:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=lRcwXTkXFqjHbLkGyM+Iivo9S+3vdfLIMeWV2k96/WM=; b=IcdHg9mtSIbKyQXE7To2tKBA5bjosTWl12QMBa/kT2sO6/0yLESdYBXhe/muIyLQvv SDfxb7HhzfyCzr9groZNH5cT/VyTZl+SFMrPNtiEYC80BuIcBHt/CM1kcnTlXc+I52cG jJ1rp51adY7ITDDDwKFKiWxeZT39YuNeKEVY4REpR8JJYwXY4P1GOdyACypnwShNTwEd UuhGQL0rwxBHlC7RyWiqRpIcoHfVpGk94e9HrlqlLBoXJCms4y/o4Q5FkRume2lEACxC Da4Wq0MKqA3qZYSDTd1OpR2yt47XE9w50Lzs/MgUpwmmqbDytgeEaYc9J96rcf114kvY /82A== 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=lRcwXTkXFqjHbLkGyM+Iivo9S+3vdfLIMeWV2k96/WM=; b=KInx8xR7rhgau46f6n0qlSGqJDmpnOHCXEwcq7s96x3Ryt0pKqQ8+HcD9XhBWqpGRW bUoMgRhELqhhTJr/pKV4HpvNQPMM4lCGgXiaQRaa8ng1ZLHCSssfMjNMc1CaGam2HVNp Q9ivufqgl83u7/rStTNoeSrcvsZMCKNYyeRDqfMFFzbX2IM5bKV5WY6vboY1wstq8OnQ /1nxHr2fQSkjzRNBp1VcZ6QoSfoV2YwGn7GqoNtB4MfDuMOvLRsHf8TZLrPaorbVF3Pn 7DzC7xMFuOOi9lOu6NTOkkuZI7edGbQCTk6BxwtoNrAUj8DOrrQ1FDY4o6xVW6A3ECfd 6hQA== X-Gm-Message-State: AOAM533lNC7XwA5/ATf2MWHdBFn3pscGTh0ShqJhz3VHXALeBpml11G8 j7V3AdFCF25Bmo+nMxRV5+GDFyU5n4hGOM5Y1IOWev3I/zQ= X-Google-Smtp-Source: ABdhPJwrZ46JCTawi7sfWZOjm1/sDDo4oQx316hZrft4mHIMt1cbwJe4Y1fVtf3CXaYRK3O8LpBxZyR4eEcnsnV+p28= X-Received: by 2002:ac2:5145:: with SMTP id q5mr457753lfd.529.1622074889945; Wed, 26 May 2021 17:21:29 -0700 (PDT) MIME-Version: 1.0 References: <20210520190105.3772683-1-lee.jones@linaro.org> <20210520190105.3772683-2-lee.jones@linaro.org> In-Reply-To: <20210520190105.3772683-2-lee.jones@linaro.org> From: Linus Walleij Date: Thu, 27 May 2021 02:21:18 +0200 Message-ID: Subject: Re: [PATCH 01/16] i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' To: Lee Jones Cc: linux-kernel , Srinidhi Kasagar , Sachin Verma , Linux ARM , linux-i2c Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 20, 2021 at 9:01 PM Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/i2c/busses/i2c-nomadik.c:184: warning: Function parameter or member 'timeout' not described in 'nmk_i2c_dev' > > Cc: Linus Walleij > Cc: Srinidhi Kasagar > Cc: Sachin Verma > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-i2c@vger.kernel.org > Signed-off-by: Lee Jones Reviewed-by: Linus Walleij Yours, Linus Walleij