16 Sep
2014
16 Sep
'14
8:50 p.m.
On Tue, Sep 09, 2014 at 03:11:25PM +0530, Subhransu S. Prusty wrote:
- /*bc->max includes sizeof algos + length field*/
- len = sizeof(cmd->dst) + sizeof(cmd->command_id) + bc->max;
Throughout this patch you're using this unusual comment style with no spaces around the /* and */. As previously requested please do try to follow normal kernel coding styles.