However, the conditional that inspects the last ten bytes is followed
by a semicolon, so the printk and return statements are executed
regard- less of what the last ten bytes are.
Remove the semicolon and only execute the printk and return if the
conditional expression is true.