svn commit: r367382 - stable/12/sys/dev/extres/clk
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Nov 5 13:45:27 UTC 2020
Author: bz
Date: Thu Nov 5 13:45:26 2020
New Revision: 367382
URL: https://svnweb.freebsd.org/changeset/base/367382
Log:
MFC r366799:
clk: fix indentation
Just fix indentation of an if() clause.
No functional changes intended.
Modified:
stable/12/sys/dev/extres/clk/clk.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/extres/clk/clk.c
==============================================================================
--- stable/12/sys/dev/extres/clk/clk.c Thu Nov 5 13:43:06 2020 (r367381)
+++ stable/12/sys/dev/extres/clk/clk.c Thu Nov 5 13:45:26 2020 (r367382)
@@ -544,7 +544,7 @@ clknode_create(struct clkdom * clkdom, clknode_class_t
CLK_TOPO_SLOCK();
clknode = clknode_find_by_name(def->name);
CLK_TOPO_UNLOCK();
- if (clknode != NULL) {
+ if (clknode != NULL) {
if (!(clknode->flags & CLK_NODE_LINKED) &&
def->flags & CLK_NODE_LINKED) {
/*
More information about the svn-src-stable
mailing list