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=-5.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 E47E7C072B5 for ; Fri, 24 May 2019 18:21:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B9D742184E for ; Fri, 24 May 2019 18:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558722073; bh=uxrhq7UC6asnd6/ruglLDhNp79YsY599IHgjBgYss/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OFUcc+admqshd5ImwHtdZgbydNNkjomEb/nrgjO9bZatFzas7LOEncFQTRsqQc9YT 404/lqqtuV3FBu1URo5xhPl1tJKwIT9/16yxlqBKvppl1UWXhBZT0/g9cSLHHan3C+ XZHoSQnrMt8yz1DX+Chi4q2OGdtPtLzygPF7XMp4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732066AbfEXSVM (ORCPT ); Fri, 24 May 2019 14:21:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:46942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726581AbfEXSVM (ORCPT ); Fri, 24 May 2019 14:21:12 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4269021773; Fri, 24 May 2019 18:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558722071; bh=uxrhq7UC6asnd6/ruglLDhNp79YsY599IHgjBgYss/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O9HoviPfN2d7T7fv/Lpe0ccKORQ9w14UwLdXrPbvBa1rgti6KyUyohx4UudHPWdMI KUEST3sVR0rx3H12+vjRl/lFIsBKqEp/Pnjq8YWKwLVSmSji5rYlL+TtgaUjwmCuSU kVzsRWUoAiJVaPXEpDtKtKmK+Bhoi2h/c5XCqWgQ= Date: Fri, 24 May 2019 20:21:09 +0200 From: Greg KH To: Mariusz Bialonczyk Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] w1: ds2805: rename w1_family struct, fixing c-p typo Message-ID: <20190524182109.GA26827@kroah.com> References: <20190520070558.20142-1-manio@skyboo.net> <20190520070558.20142-4-manio@skyboo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190520070558.20142-4-manio@skyboo.net> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 20, 2019 at 09:05:58AM +0200, Mariusz Bialonczyk wrote: > Signed-off-by: Mariusz Bialonczyk > --- > drivers/w1/slaves/w1_ds2805.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I can not take patches without any changelog text, sorry. greg k-h