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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 42D0AC0015E for ; Tue, 1 Aug 2023 12:57:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 85EED86B41; Tue, 1 Aug 2023 14:57:48 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894668; bh=YAZ/aBo5D7qlhM1pNNjsxfhhlAKe6AbMM9jQ9zo8Vag=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=yJCEpJd+FDZ8EmtVU97/tKWA8CsEymEFHdOstqw/iGZ4MyWoF5/2UTyWUqmIelaV+ DJuzqVEPiv41/iLJ611To6bFVLOvy/c3yPZHxlXFE37Qc9XBHBQzHx5wsJIUlnBGQb b+zlR01HPzKOoJWJogYiRHeUpLuDWf/nTg+jp+9jrWH2j4or5oNgL1+I3vGGQNjlRJ gWo/JDcolDwYEZTPcFQ6BCdEdE0V3GymWoPBD0T/ozs0/njHkiC/6DwrTmHBhFykpv WG2V96N5q/YosgDV3R3NWNmjFBzWjDGn3Sj/1vboIw+1G1pfYDwJiIRE1Xl/AXgy0n Iqa/qQBFrhfWw== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 1051286ABF; Tue, 1 Aug 2023 14:57:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894667; bh=YAZ/aBo5D7qlhM1pNNjsxfhhlAKe6AbMM9jQ9zo8Vag=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qMsMIvEjcKmwqkWYbexm3xsv0q9S/+9k/SwK6RSZMd9Oy16/tAh+oHJPP1aEnXltw 1YIVZUlVbFqZ+G4sIuX9GvBdHPI55eh+5XKMFE+NGtbRSp+j+dAN2fSlmWuR3kmJ2R MuDR5JM4MSwrDS7wlyaKezpausXFrWi39//1WNpKEqapgL/GA4QMVgXR2qovfVUGgM uZ5OmzBLFhhsUm1atnRT2sw13Ok1w3fB9+e1GWKHNqhGUlA4FFMExWdYBdmcmfZ6L9 LU57nDbc0yYryUpStGbzY1V6ncGiW8hA1WokPh/sug0AWGFznCvSqUbCDfing2yWns uGFdkdEnVMreQ== Date: Tue, 1 Aug 2023 14:57:46 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 01/18] dm: video: Cosmetic style fix Message-ID: <20230801145746.1028d084@crub> In-Reply-To: <20230723044041.1089804-2-bmeng@tinylab.org> References: <20230723044041.1089804-1-bmeng@tinylab.org> <20230723044041.1089804-2-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Sun, 23 Jul 2023 12:40:24 +0800 Bin Meng bmeng@tinylab.org wrote: > Some coding convention fixes for video_post_bind(). > > Signed-off-by: Bin Meng > --- > > drivers/video/video-uclass.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij