From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:34:10 +0200 Subject: [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat In-Reply-To: <20200519231058.19945-18-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-18-sjg@chromium.org> Message-ID: <20200522173410.487478fb@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 17:10:49 -0600 Simon Glass sjg at chromium.org wrote: > This struct is not commented but needs it. Also fix the comment in > check_vidconsole_output() about the encoding for the rotation value. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin