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 was 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.