drivers: gpio: fix comment typo

Add missing closing brace and semicolon to code comment

Signed-off-by: Alexander Lay <alexanderlay@tenstorrent.com>
Signed-off-by: Yang Xu <yangxu@tenstorrent.com>
This commit is contained in:
Alexander Lay 2024-08-27 17:28:57 +00:00 committed by Anas Nashif
parent 595d81a941
commit ec407506b9

View File

@ -550,7 +550,7 @@ struct gpio_dt_spec {
* .ngpios = 32,
* .gpios_reserved = 0xdeadbeef,
* // 0b1101 1110 1010 1101 1011 1110 1110 1111
*
* };
* static const struct some_config dev_cfg_b = {
* .ngpios = 18,
* .gpios_reserved = 0xfffc0418,