From b0f3923d8aa489e1e1d05895ce90f27c6740d990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 4 Jun 2024 09:39:25 +0200 Subject: [PATCH] v3d/devinfo: unify comment style Reviewed-by: Jose Maria Casanova Crespo Reviewed-by: Iago Toral Quiroga Part-of: --- src/broadcom/common/v3d_device_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/broadcom/common/v3d_device_info.h b/src/broadcom/common/v3d_device_info.h index c37067b984f..f04b67d50a9 100644 --- a/src/broadcom/common/v3d_device_info.h +++ b/src/broadcom/common/v3d_device_info.h @@ -46,10 +46,10 @@ struct v3d_device_info { /** Size of the VPM, in bytes. */ int vpm_size; - /* NSLC * QUPS from the core's IDENT registers. */ + /** NSLC * QUPS from the core's IDENT registers. */ int qpu_count; - /* If the hw has accumulator registers */ + /** If the hw has accumulator registers */ bool has_accumulators; };