drivers/ipmi to lib: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I926ec4c1c00339209ef656995031026935e52558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77637 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3933ed5e5a
commit
3e25f85d68
27 changed files with 43 additions and 43 deletions
|
|
@ -77,8 +77,8 @@ enum {
|
|||
};
|
||||
|
||||
enum {
|
||||
MAX77686_MV = 0, /* mili volt */
|
||||
MAX77686_UV /* micro volt */
|
||||
MAX77686_MV = 0, /* millivolt */
|
||||
MAX77686_UV /* microvolt */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ enum {
|
|||
#define MAX77802_BUCK_TYPE2_ON (1 << 4)
|
||||
#define MAX77802_BUCK_TYPE2_IGNORE_PWRREQ (1 << 5)
|
||||
|
||||
/* LDO35 1.2 volt value for bridge ic */
|
||||
/* LDO35 1.2 volt value for bridge IC */
|
||||
#define MAX77802_LDO35CTRL1_1_2V (1 << 4)
|
||||
#define MAX77802_LOD35CTRL1_ON (1 << 6)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue