> > --- > > Documentation/hwmon/oxp-sensors.rst | 19 ++++++---- > > MAINTAINERS | 1 + > > drivers/hwmon/oxp-sensors.c | 54 ++++++++++++++++++++++++----- > > 3 files changed, 59 insertions(+), 15 deletions(-) > > > > diff --git a/Documentation/hwmon/oxp-sensors.rst b/Documentation/hwmon/oxp-sensors.rst > > index 39c588ec5c50..a53c961065b2 100644 > > --- a/Documentation/hwmon/oxp-sensors.rst > > +++ b/Documentation/hwmon/oxp-sensors.rst > > @@ -3,18 +3,21 @@ > > Kernel driver oxp-sensors > > ========================= > > > > -Author: > > +Authors: > > + - Derek John Clark <derekjohn.clark@xxxxxxxxx> > > - Joaquín Ignacio Aramendía <samsagax@xxxxxxxxx> > > > > -Description: > > +Description > > ------------ > > Why drop ":" here ? To match the style of the rest of the Documentation section titles. Per Bagas Sanjaya previously: >> -Author: >> +Authors: >> + - Derek John Clark <derekjohn.clark@xxxxxxxxx> >> - Joaquín Ignacio Aramendía <samsagax@xxxxxxxxx> >> >> Description: >> ------------ >Trim the trailing colon as it is not needed for section title. Additional changes forthcoming. Thanks.