On Mon, May 21, 2018 at 11:35:54AM +0200, Tobias Tschinkowitz wrote:
> As the last diff still had formatting issues i fixed that.

OK by me.

Nitpick: There are overlong lines here (please stay <= 80 columns).

> +                     sc->sc_sens[THINKPAD_SENSOR_PORTREPL].status = 
> SENSOR_S_OK;

> +                     sc->sc_sens[THINKPAD_SENSOR_PORTREPL].status = 
> SENSOR_S_OK;


These should be wrapped after = and indented according to style(9) by
3 tabs + 4 spaces, i.e.:

                        sc->sc_sens[THINKPAD_SENSOR_PORTREPL].status =
                            SENSOR_S_OK;

Reply via email to