Message ID | f4c61cd5e45fab345c366a15766101408fbc3bcd.1670502727.git.michal.simek@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | firmware: xilinx: Remove kernel-doc marking in the code | expand |
On 12/8/22 13:32, Michal Simek wrote: > Trivial fix. > > Signed-off-by: Michal Simek <michal.simek@amd.com> > --- > > drivers/soc/xilinx/zynqmp_pm_domains.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soc/xilinx/zynqmp_pm_domains.c b/drivers/soc/xilinx/zynqmp_pm_domains.c > index fcce2433bd6d..69d03ad4cf1e 100644 > --- a/drivers/soc/xilinx/zynqmp_pm_domains.c > +++ b/drivers/soc/xilinx/zynqmp_pm_domains.c > @@ -227,7 +227,7 @@ static struct generic_pm_domain *zynqmp_gpd_xlate > goto done; > } > > - /** > + /* > * Add index in empty node_id of power domain list as no existing > * power domain found for current index. > */ Applied. M
diff --git a/drivers/soc/xilinx/zynqmp_pm_domains.c b/drivers/soc/xilinx/zynqmp_pm_domains.c index fcce2433bd6d..69d03ad4cf1e 100644 --- a/drivers/soc/xilinx/zynqmp_pm_domains.c +++ b/drivers/soc/xilinx/zynqmp_pm_domains.c @@ -227,7 +227,7 @@ static struct generic_pm_domain *zynqmp_gpd_xlate goto done; } - /** + /* * Add index in empty node_id of power domain list as no existing * power domain found for current index. */
Trivial fix. Signed-off-by: Michal Simek <michal.simek@amd.com> --- drivers/soc/xilinx/zynqmp_pm_domains.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)