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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 558F3C433DF for ; Tue, 7 Jul 2020 12:40:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E40420775 for ; Tue, 7 Jul 2020 12:40:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="zZbgmRNE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728178AbgGGMkH (ORCPT ); Tue, 7 Jul 2020 08:40:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728143AbgGGMkH (ORCPT ); Tue, 7 Jul 2020 08:40:07 -0400 Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B479C08C5E0 for ; Tue, 7 Jul 2020 05:40:07 -0700 (PDT) Received: by mail-lj1-x242.google.com with SMTP id e8so15425407ljb.0 for ; Tue, 07 Jul 2020 05:40:07 -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=gBIdGRLf5Cnr5tv5YyMZkrd+hNTUnC4qnI3yzrVPz4s=; b=zZbgmRNEN+Cc2hDtQX4Dm++WQhE8xQ1v3PBJo3ZQkSoPi1uYxkQ0Y29tM+h5uKGgxk R8up+SY/8shg5vXKAKBYFVvPefxK3DJU2owMhFJAiPknsu5GBf7xv+NAp6iuN1YwAbbx JBrdLrAEF0nsFHEocS3BfUTnMuCiln9uvZrgQ5KcOD8dKfletfW5Zmi66OduL8C1mDfd aeR0RB0IEkQNAiVbxOhPycMRNU10M38wRQ3fSm4M7bBoT0G0Q6UUdE/qvQevtWiL0jWp lsrncyKGCtDTzWPim/17xR0UDZgms1JWq55rkqAn7E74ohJsp382XEzEAd3ELD1v2jrU JtOA== 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=gBIdGRLf5Cnr5tv5YyMZkrd+hNTUnC4qnI3yzrVPz4s=; b=S+kWD4cC/0/bgguvrw4YzEkadc3Wx6yXAiyRarmAEZrC7EJu3t3PY1rYMge8MMrPhe VE7qZ9Iou/9x4DB1OgiFMpGEIyBGHxlJwNR1uHD6C/lK+/XabBk0L90GbbbcIursS9B7 0m1rrUaZ4UNucuYZuuo/KXom973xpBib40vMkRU2AfSGbmWf1Hr4cnRoWOZB7ESlmBT2 wtWQENvIsZfiereiAhVuvL1yBD3EIqHrQGtgTYqkPAzCP2TbnmRkPt/Gh5Z1ykoYw1+U bH1P7IaJTdqggc+Clk2Vfp605uBpnvYm02l63coKYJGGvmEh+zS+W+/bN9IKte4fcmeb mD4A== X-Gm-Message-State: AOAM531yzM9+umsfxBSmSBMyRvDBjSJMTBbED9tqV8ucZkYMv71eAiUC BJbOOmoSWd14/h2927yF1AwMuzZvHf+7YEzPp9yP8w== X-Google-Smtp-Source: ABdhPJxDXru6RgwaBVIBtujonT5DdydJbJILVYEaNJo44eej7MQdGO5rlBUNjRspneYJmwhSKBueSL0fK+zw5ir6UWc= X-Received: by 2002:a2e:810a:: with SMTP id d10mr24438178ljg.144.1594125605584; Tue, 07 Jul 2020 05:40:05 -0700 (PDT) MIME-Version: 1.0 References: <20200625064619.2775707-1-lee.jones@linaro.org> <20200625064619.2775707-5-lee.jones@linaro.org> In-Reply-To: <20200625064619.2775707-5-lee.jones@linaro.org> From: Linus Walleij Date: Tue, 7 Jul 2020 14:39:54 +0200 Message-ID: Subject: Re: [PATCH 04/10] mfd: db8500-prcmu: Remove incorrect function header from .probe() function To: Lee Jones Cc: Linux ARM , "linux-kernel@vger.kernel.org" , stable Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 25, 2020 at 8:46 AM Lee Jones wrote: > Not only is the current header incorrect, the isn't actually a > need to document the ubiquitous platform probe call. > > Cc: > Cc: Linus Walleij > Signed-off-by: Lee Jones Reviewed-by: Linus Walleij Yours, Linus Walleij