Searched hist:"0 b10adbae303ecdb78c779eabb7ab587c91d324c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/ux500/ |
H A D | clk-prcc.c | diff 0b10adbae303ecdb78c779eabb7ab587c91d324c Wed Sep 27 13:30:53 CDT 2017 Markus Elfring <elfring@users.sourceforge.net> clk: ux500: Improve sizeof() usage
Replace the specification of data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
H A D | clk-sysctrl.c | diff 0b10adbae303ecdb78c779eabb7ab587c91d324c Wed Sep 27 13:30:53 CDT 2017 Markus Elfring <elfring@users.sourceforge.net> clk: ux500: Improve sizeof() usage
Replace the specification of data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
H A D | clk-prcmu.c | diff 0b10adbae303ecdb78c779eabb7ab587c91d324c Wed Sep 27 13:30:53 CDT 2017 Markus Elfring <elfring@users.sourceforge.net> clk: ux500: Improve sizeof() usage
Replace the specification of data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|