From b76d853a723d39bbc083495bb7460cf3f071476c Mon Sep 17 00:00:00 2001 From: Dave Flogeras Date: Mon, 22 May 2017 13:27:00 -0300 Subject: [PATCH] docs: HACKING: Fix spelling --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 9c34c482..af89ec4c 100644 --- a/HACKING +++ b/HACKING @@ -23,7 +23,7 @@ Amendments to the Linux kernel coding style 2) Based on the same logic as in (1) we do not use __packed and __aligned definitions, it is not our job to add compiler extensions. If we need to deal with compiler incompatibility we will do that the same way we are - dealing with the depricated attribute by introducing a normal macro that is + dealing with the deprecated attribute by introducing a normal macro that is not in the compiler reserved keyword space. 3) We accept to write an empty body busy waiting while loop like this: