From 2f8b77b76bdbb6e93f1a9ca3c73f9bb38ec55b41 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 31 Aug 2024 07:29:00 +0200 Subject: tree: Drop unnecessary "true/false" comments Change-Id: I5cd04972936c14d92295915fad65c7a45a8108d9 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/84152 Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga Reviewed-by: Angel Pons --- src/soc/intel/common/block/include/intelblocks/uart.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/include/intelblocks/uart.h b/src/soc/intel/common/block/include/intelblocks/uart.h index f140fc87fd..dc27d518aa 100644 --- a/src/soc/intel/common/block/include/intelblocks/uart.h +++ b/src/soc/intel/common/block/include/intelblocks/uart.h @@ -14,21 +14,10 @@ * 3. SOC will allow common code to set UART into legacy mode if supported. */ -/* - * Check if UART debug controller is initialized - * Returns: - * true = If debug controller PCI config space is initialized and device is - * out of reset - * false = otherwise - */ bool uart_is_controller_initialized(void); /* * Check if dev corresponds to UART debug port controller. - * - * Returns: - * true: UART dev is debug port - * false: otherwise */ bool uart_is_debug_controller(struct device *dev); -- cgit v1.2.3