On Thu, Nov 13, 2025 at 10:12:00PM +0800, Chang Junzheng wrote:
From: Chang Junzheng guagua210311@outlook.com
Fix checkpatch.pl warning by changing envp array declaration to static const char * const. This improves code safety and follows kernel coding style recommendations.
Signed-off-by: Chang Junzheng guagua210311@qq.com Changes in v2:
- Restored original indentation of array elements
- Only changed the array declaration as originally intended
The "Changes" goes below the --- line, as per the documentation.
thanks,
greg k-h