Correct comments in declaration of struct ikc_scd_packet

This commit is contained in:
Masamichi Takagi
2018-03-16 17:02:43 +09:00
parent 2337832e4c
commit d7b882855a
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ struct ikc_scd_packet {
long sysfs_arg3; long sysfs_arg3;
}; };
/* SCD_MSG_SCHEDULE_THREAD */ /* SCD_MSG_WAKE_UP_SYSCALL_THREAD */
struct { struct {
int ttid; int ttid;
}; };

View File

@ -260,7 +260,7 @@ struct ikc_scd_packet {
long sysfs_arg3; long sysfs_arg3;
}; };
/* SCD_MSG_SCHEDULE_THREAD */ /* SCD_MSG_WAKE_UP_SYSCALL_THREAD */
struct { struct {
int ttid; int ttid;
}; };