[PATCH] Update comment to include stepping

Sumeet Pawnikar posted 1 patch 2 years, 8 months ago
include/linux/mod_devicetable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Update comment to include stepping
Posted by Sumeet Pawnikar 2 years, 8 months ago
Wildcard for stepping "X86_STEPPING_ANY" is also defined here.
So, update comment to include "stepping".

Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
---
 include/linux/mod_devicetable.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index ccaaeda792c0..bb4d009ab2cf 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -680,7 +680,7 @@ struct x86_cpu_id {
 	kernel_ulong_t driver_data;
 };
 
-/* Wild cards for x86_cpu_id::vendor, family, model and feature */
+/* Wild cards for x86_cpu_id::vendor, family, model, stepping and feature */
 #define X86_VENDOR_ANY 0xffff
 #define X86_FAMILY_ANY 0
 #define X86_MODEL_ANY  0
-- 
2.17.1
Re: [PATCH] Update comment to include stepping
Posted by Greg KH 2 years, 8 months ago
On Fri, Jun 09, 2023 at 10:12:22AM +0530, Sumeet Pawnikar wrote:
> Wildcard for stepping "X86_STEPPING_ANY" is also defined here.
> So, update comment to include "stepping".
> 
> Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>

Hi,

Please follow the internal Intel-documented rules for how to submit a
kernel patch. As-is, we can not accept this because that did not happen.

thanks,

greg k-h