You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
It seems the shim has its indentation a bit random, eg.
if(foo)
if (foo)
if ( foo )
We should just stick to one and verify (in CI) that the PR are well formed.
One way to do that would be to decide we're using the kernel coding style, re-indent all the C files with scripts/Lindent from the kernel tree and check every PR with scripts/checkpatch.pl, still from the kernel tree.
Clearly, this is not high priority.
The text was updated successfully, but these errors were encountered:
Well.
It seems the shim has its indentation a bit random, eg.
We should just stick to one and verify (in CI) that the PR are well formed.
One way to do that would be to decide we're using the kernel coding style, re-indent all the C files with
scripts/Lindent
from the kernel tree and check every PR withscripts/checkpatch.pl
, still from the kernel tree.Clearly, this is not high priority.
The text was updated successfully, but these errors were encountered: