From 2755539e11171ecd595366a5115452b48f4a7794 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 29 Jan 2024 16:17:31 +0100 Subject: [PATCH] device/device.h: Fix spelling mistake Fix spelling mistake added in 3e99ba0 "device: Add a helper function to add a downstream bus". Signed-off-by: Arthur Heymans Change-Id: I66ae5000f6f5c0e5bfe42bdfbbbcedec6df0c520 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80234 Reviewed-by: Felix Held Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) --- src/device/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/device.c b/src/device/device.c index 72a408e4f5..88085f725a 100644 --- a/src/device/device.c +++ b/src/device/device.c @@ -133,7 +133,7 @@ DECLARE_SPIN_LOCK(bus_lock) * Allocate a new downstream bus structure below a device and attach it * to the device tree if the device doesn't already have a downstream bus. * - * @param parent Parent device the to be created bus should be attached to. + * @param parent Parent device the to-be-created bus should be attached to. * @return Pointer to the newly created bus structure or the existing bus. * */