<HTML><BODY><p style='margin-top: 0px;' dir="ltr">Regarding the warning of checkpatch.pl, <br>
" 'str' object has no attribute 'decode' "<br>
This warning is related to spdxcheck.py which is because of version of python<br>
In python3 str has no attribute decode(), while it works fine in python2, without any warning.<br>
I checked the patch related to this</p>
<p dir="ltr">https://lore.kernel.org/lkml/20180717190635.29467-1-jcline@redhat.com/T/#u</p>
<p dir="ltr">We can resolve the warning by just putting an if statement above line.decode() to resolve the warning. <br>
Am I right or I missed something ?</p>
<p dir="ltr">SHUBHAM SINGH<br>
@shubhsherl</p>
</BODY></HTML>