lk2nd icon indicating copy to clipboard operation
lk2nd copied to clipboard

arm: include/ops.h: Fix a typo

Open konradybcio opened this issue 4 years ago • 2 comments
trafficstars

konradybcio avatar Oct 07 '21 12:10 konradybcio

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

minlexx avatar Oct 07 '21 13:10 minlexx

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.

stephan-gh avatar Oct 07 '21 17:10 stephan-gh

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

TravMurav avatar Apr 06 '23 16:04 TravMurav