Message ID | 20240217074353.19445-1-pvkumar5749404@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Spelling correction patch | expand |
On 2/17/24 00:43, Prabhav Kumar Vaish wrote: Missing change log? Are you sure you included everybody get_maintainer.pl asked you to Patch summary line should include the subsystem. Refer to a few change logs and patches. > Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com> > --- > Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc | 2 +- > Documentation/ABI/testing/sysfs-bus-cxl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc > index 96aafa66b4a5..339cec3b2f1a 100644 > --- a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc > +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc > @@ -97,7 +97,7 @@ Date: August 2023 > KernelVersion: 6.7 > Contact: Anshuman Khandual <anshuman.khandual@arm.com> > Description: (Read) Shows all supported Coresight TMC-ETR buffer modes available > - for the users to configure explicitly. This file is avaialble only > + for the users to configure explicitly. This file is available only > for TMC ETR devices. > > What: /sys/bus/coresight/devices/<memory_map>.tmc/buf_mode_preferred > diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl > index fff2581b8033..bbf6de5a4ca1 100644 > --- a/Documentation/ABI/testing/sysfs-bus-cxl > +++ b/Documentation/ABI/testing/sysfs-bus-cxl > @@ -224,7 +224,7 @@ Description: > decoding a Host Physical Address range. Note that this number > may be elevated without any regionX objects active or even > enumerated, as this may be due to decoders established by > - platform firwmare or a previous kernel (kexec). > + platform firmware or a previous kernel (kexec). > > > What: /sys/bus/cxl/devices/decoderX.Y Otherwise it looks good. Send v2 with a proper change log and short summary thanks, -- Shuah
On 2/20/24 14:38, prabhav kumar wrote: > I had missed some names from the get_maintainer.pl <http://get_maintainer.pl> , Will update and send a v2 with proper change log and a summary. > Thanks, > Prabhav No top post please. Review kernel submission guidelines on how to respond to review comments. thanks, -- Shuah
diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc index 96aafa66b4a5..339cec3b2f1a 100644 --- a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc @@ -97,7 +97,7 @@ Date: August 2023 KernelVersion: 6.7 Contact: Anshuman Khandual <anshuman.khandual@arm.com> Description: (Read) Shows all supported Coresight TMC-ETR buffer modes available - for the users to configure explicitly. This file is avaialble only + for the users to configure explicitly. This file is available only for TMC ETR devices. What: /sys/bus/coresight/devices/<memory_map>.tmc/buf_mode_preferred diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl index fff2581b8033..bbf6de5a4ca1 100644 --- a/Documentation/ABI/testing/sysfs-bus-cxl +++ b/Documentation/ABI/testing/sysfs-bus-cxl @@ -224,7 +224,7 @@ Description: decoding a Host Physical Address range. Note that this number may be elevated without any regionX objects active or even enumerated, as this may be due to decoders established by - platform firwmare or a previous kernel (kexec). + platform firmware or a previous kernel (kexec). What: /sys/bus/cxl/devices/decoderX.Y
Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com> --- Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc | 2 +- Documentation/ABI/testing/sysfs-bus-cxl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)