On 07/12/2020 22:15, Bijan Mottahedeh wrote: > Apply fixed_rsrc functionality for fixed buffers support. > > Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@xxxxxxxxxx> > --- [...] > +static int io_alloc_buf_tables(struct fixed_rsrc_data *buf_data, > + unsigned nr_tables, unsigned nr_bufs) > +{ > + int i; > + trailing tabs, btw > + for (i = 0; i < nr_tables; i++) { > + struct fixed_rsrc_table *table = &buf_data->table[i]; > + unsigned this_bufs; -- Pavel Begunkov