From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 475C27D2EF for ; Thu, 6 Jun 2019 14:51:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727961AbfFFOvx (ORCPT ); Thu, 6 Jun 2019 10:51:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:54072 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727559AbfFFOvx (ORCPT ); Thu, 6 Jun 2019 10:51:53 -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 A536B20684; Thu, 6 Jun 2019 14:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559832713; bh=tiANf+pBKCzeD2jjyDmmykgxeSOjgjpksWqL5V9cfjA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H+o98MPtJVm4/ztFTeOAiDoOihA4Iafo1uzQmpX2CJ4p9c5tRQksuJ+9PHLpC5bgh 0dpxsTATSuqJV3zHFulHVdPCLEONLguOHdTBWs+3ym0mtETia2urRb18kkZWmk0LRH YCqLdiuODD0jrPfNMpu3d9ZNqbVMAmiWGPTnr300= Date: Thu, 6 Jun 2019 16:51:50 +0200 From: Greg Kroah-Hartman To: Tomas Winkler Cc: Alexander Usyskin , linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [char-misc-next 3/7 RESEND] mei: docs: update mei documentation Message-ID: <20190606145150.GA17421@kroah.com> References: <20190606133108.26964-1-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190606133108.26964-1-tomas.winkler@intel.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Jun 06, 2019 at 04:31:08PM +0300, Tomas Winkler wrote: > The mei driver went via multiple changes, update > the documentation and fix formatting. > > Signed-off-by: Tomas Winkler > --- > Documentation/driver-api/mei/mei.rst | 96 ++++++++++++++++++---------- > 1 file changed, 61 insertions(+), 35 deletions(-) that worked, thanks! greg k-h