From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752137AbdLACvx (ORCPT ); Thu, 30 Nov 2017 21:51:53 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40153 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751668AbdLACvv (ORCPT ); Thu, 30 Nov 2017 21:51:51 -0500 X-ME-Sender: Date: Fri, 1 Dec 2017 02:51:48 +0000 From: Andrey Utkin To: Jaroslav Kysela , Takashi Iwai , Jonathan Corbet , alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Doc.../sound/soc/platform.rst: snd_soc_platform_driver out of sync Message-ID: <20171201025148.GA7404@starlite> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi maintainers of Sound and/or Docs. Documentation/sound/soc/platform.rst quotes outdated definition of "struct snd_soc_platform_driver". I spotted this because it shows like there are suspend/resume function pointers while this is no longer true. I don't have a good idea how to update the doc, I am just sure that mere update of the struct definition is not the way to go. Hope this report helps. Thanks for you work!