lk2nd
lk2nd copied to clipboard
arm: include/ops.h: Fix a typo
trafficstars
How these types of errors can even happen :see_no_evil:
Usually when you type things like
#ifndef __ARCH_ARM_OPS_H
#define __ARCH_ARM_OPS_H
you type first line, then copy it, paste and edit 2nd line (change ifndef to define) and don't even touch the right part. omg
I'm not sure it matters since the header is effectively empty. There is probably a lot of garbage in qcom's LK but it's probably not worth fixing it all.
Sorry for letting this hang for so long. Agree with the old comment that it's probably just a droplet in the sea of caf lk but what is fun without fixing those occasionally...