View Pit Stop page for race #2 by jwilander — Ghost race
View profile for John (jwilander)
Official speed | 46.66 wpm (65.84 seconds elapsed during race) |
---|---|
Race Start | March 9, 2018 12:45:26am UTC |
Race Finish | March 9, 2018 12:46:32am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. mechanical650 (63.88 wpm) |
Accuracy | 94.0% |
Points | 20.22 |
Text | #10004 (Length: 256 characters) this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name)); |