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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36F15C77B73 for ; Wed, 19 Apr 2023 19:56:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231490AbjDST4f (ORCPT ); Wed, 19 Apr 2023 15:56:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229894AbjDST4d (ORCPT ); Wed, 19 Apr 2023 15:56:33 -0400 Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7D96526C for ; Wed, 19 Apr 2023 12:56:30 -0700 (PDT) Received: from mail.panix.com (localhost [127.0.0.1]) by mailbackend.panix.com (Postfix) with ESMTPA id 4Q1s4D5cR2z48Rj; Wed, 19 Apr 2023 15:56:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1681934189; bh=+fFGEN80heOFvMCfA1mGu8Lh0yeXbVFuWYiQrtdEiBI=; h=In-Reply-To:References:Date:Subject:From:To:Cc; b=fbBVOXffQL4DH5rHXTQjy+kN0stC8gnZWluumsN5sDK9enf/B8NFDB6Y3pqzJcPL6 LxjhVUNWX5afQJJwb/NI7BE7EeXDzN6+Z76UxAV2QzdEtqPJtTkDpxxwXaqYyE1srj ijBcSPgbHJpqMcx5TvF5vb6dWCZI1tszBIBE2sAg= X-Panix-Received: from 166.84.1.1 (SquirrelMail authenticated user pa@panix.com) by mail.panix.com with HTTP; Wed, 19 Apr 2023 15:56:29 -0400 Message-ID: In-Reply-To: <87bkjki8p8.fsf@minerva.mail-host-address-is-not-set> References: <20230419044834.10816-1-pa@panix.com> <87bkjki8p8.fsf@minerva.mail-host-address-is-not-set> Date: Wed, 19 Apr 2023 15:56:29 -0400 Subject: Re: [PATCH v2] firmware/sysfb: Fix VESA format selection From: "Pierre Asselin" To: "Javier Martinez Canillas" Cc: "Pierre Asselin" , dri-devel@lists.freedesktop.org, "Thomas Zimmermann" , "Daniel Vetter" , "Ard Biesheuvel" , "Hans de Goede" , linux-kernel@vger.kernel.org User-Agent: SquirrelMail/1.4.23-p1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Javier Martinez Canillas writes: > Pierre Asselin writes: >> Fixes: f35cd3fa7729 [firmware/sysfb: Fix EFI/VESA format selection] > > The convention is f35cd3fa7729 ("firmware/sysfb: Fix EFI/VESA format > selection") >> + bits_per_pixel= max(bits_per_pixel, (u32)si->lfb_depth); > > You are missing a space here. OK. I'll fix that. Thanks. --PA