> > +static int tegra_bpmp_i2c_xfer(struct i2c_adapter *adapter, > > + struct i2c_msg *msgs, int num) > > + > > +{ > > + return tegra_bpmp_i2c_xfer_common(adapter, msgs, num, false); > > +} > > + > > +static int tegra_bpmp_i2c_xfer_atomic(struct i2c_adapter *adapter, > > + struct i2c_msg *msgs, int num) > > + > > Here and between the function prototype of 'tegra_bpmp_i2c_xfer' and > it's function body is a unneeded blank line. Nitpick. Thanks, fixed!