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=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 A1341C4742C for ; Mon, 16 Nov 2020 11:39:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E939221F8 for ; Mon, 16 Nov 2020 11:39:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="cTnhHBRb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728859AbgKPKZl (ORCPT ); Mon, 16 Nov 2020 05:25:41 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:50626 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727192AbgKPKZk (ORCPT ); Mon, 16 Nov 2020 05:25:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605522339; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZA15SaFrBdZ2JrxZ5s9K6WG+0cMi5R5aaYTeZR61cdw=; b=cTnhHBRbz/8UIHyiRAneaey9TmPWC9ewh0pacWO9UYijoW6iC+JQXo/DA6mgvv/awHsFmc Wam4h9joyP97Ecm2Vt04aJ2qSBcqWnCMRkpgpJkHpprk3JmVChFIZja+4Yj9r7zoej6K0u TNUuPtG/Uw26xM5ckNHytePuwq/+gLw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-506-bry8kwMbMdeZdadrODdmLg-1; Mon, 16 Nov 2020 05:25:37 -0500 X-MC-Unique: bry8kwMbMdeZdadrODdmLg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 79A00809DD3; Mon, 16 Nov 2020 10:25:35 +0000 (UTC) Received: from gondolin (ovpn-113-142.ams2.redhat.com [10.36.113.142]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE61B5B4BB; Mon, 16 Nov 2020 10:25:32 +0000 (UTC) Date: Mon, 16 Nov 2020 11:25:30 +0100 From: Cornelia Huck To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , "Jonathan Corbet" , Alexander Egorenkov , Alexandra Winter , Christian Borntraeger , Heiko Carstens , Julian Wiedmann , Peter Oberparleiter , Sven Schnelle , Vasily Gorbik , Vineeth Vijayan , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH v4 04/27] s390: fix kernel-doc markups Message-ID: <20201116112530.7fdf2020.cohuck@redhat.com> In-Reply-To: <4a9df42dfb68aed6b4a4882f6dccabf00ce932cd.1605521731.git.mchehab+huawei@kernel.org> References: <4a9df42dfb68aed6b4a4882f6dccabf00ce932cd.1605521731.git.mchehab+huawei@kernel.org> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Nov 2020 11:18:00 +0100 Mauro Carvalho Chehab wrote: > fix one typo: > ccw driver -> ccw_driver > > and one function rename. > > Signed-off-by: Mauro Carvalho Chehab > --- > arch/s390/include/asm/ccwdev.h | 2 +- > arch/s390/include/asm/cio.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck