lib: utils/regmap: Fix typo in comment

Balance the quotation marks; double quotes are idiomatic here.

Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Samuel Holland
2024-07-30 21:58:43 -07:00
committed by Anup Patel
parent bcb81f0cbe
commit f229a32828

View File

@@ -25,7 +25,7 @@ struct fdt_regmap {
int fdt_regmap_get_by_phandle(void *fdt, u32 phandle, int fdt_regmap_get_by_phandle(void *fdt, u32 phandle,
struct regmap **out_rmap); struct regmap **out_rmap);
/** Get regmap instance based on "regmap' property of the specified DT node */ /** Get regmap instance based on "regmap" property of the specified DT node */
int fdt_regmap_get(void *fdt, int nodeoff, struct regmap **out_rmap); int fdt_regmap_get(void *fdt, int nodeoff, struct regmap **out_rmap);
#endif #endif