mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c
This is a patch to the ddk750_chip.c file that fixes up two block comment coding style warnings found by the checkpatch.pl tool Signed-off-by: Moshe Green <mgmoshes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f90416df64
commit
d943005ac0
@ -93,8 +93,10 @@ static void setMemoryClock(unsigned int frequency)
|
||||
return;
|
||||
|
||||
if (frequency) {
|
||||
/* Set the frequency to the maximum frequency that the DDR Memory can take
|
||||
which is 336MHz. */
|
||||
/*
|
||||
* Set the frequency to the maximum frequency that the DDR Memory can take
|
||||
* which is 336MHz.
|
||||
*/
|
||||
if (frequency > MHz(336))
|
||||
frequency = MHz(336);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user