We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac35b3 commit c82036fCopy full SHA for c82036f
include/dt-bindings/pinctrl/adi-adsp.h
@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0*/
+/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Macros for populating pinmux properties on the pincontroller
4
*
@@ -14,6 +14,6 @@
14
#define ADI_ADSP_PINFUNC_ALT2 3
15
#define ADI_ADSP_PINFUNC_ALT3 4
16
17
-#define ADI_ADSP_PINMUX(port, pin, func) ((((port - 'A')*16 + pin) << 8) + func)
+#define ADI_ADSP_PINMUX(port, pin, func) ((((port - 'A') * 16 + pin) << 8) + func)
18
19
#endif
0 commit comments