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 2f516e7 commit eba933cCopy full SHA for eba933c
drivers/cpuidle/sysfs.c
@@ -426,12 +426,12 @@ static inline void cpuidle_remove_s2idle_attr_group(struct cpuidle_state_kobj *k
426
#define attr_to_stateattr(a) container_of(a, struct cpuidle_state_attr, attr)
427
428
static ssize_t cpuidle_state_show(struct kobject *kobj, struct attribute *attr,
429
- char * buf)
+ char *buf)
430
{
431
int ret = -EIO;
432
struct cpuidle_state *state = kobj_to_state(kobj);
433
struct cpuidle_state_usage *state_usage = kobj_to_state_usage(kobj);
434
- struct cpuidle_state_attr * cattr = attr_to_stateattr(attr);
+ struct cpuidle_state_attr *cattr = attr_to_stateattr(attr);
435
436
if (cattr->show)
437
ret = cattr->show(state, state_usage, buf);
0 commit comments