Find a file
Anas Nashif 98c50de9ff checkpatch: Allow space before [ in the case of inline asm
This allows the customary syntax for declaring named arguments,
such as:

asm ("mov %[out],%[in]" : [out] "=r" (x) : [in] "r" (y));

Since :[ is comple-error-inducingly invalid syntax in other cases,
this won't create unintentional leniency for normal uses of [

Originally from https://lkml.org/lkml/2010/11/16/145 by Dave Martin

Change-Id: Iead3fdb147ba2f6cbd108f19dd348bb72a7e6b6f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:42 -05:00
arch x86: remove CONFIG_LOCK_INSTRUCTION_UNSUPPORTED 2016-02-05 20:24:42 -05:00
doc doc: Remove documentation for microkernel command packet sets 2016-02-05 20:24:42 -05:00
drivers gpio: dw: Fix ISR initialization and add NULL checks 2016-02-05 20:24:42 -05:00
include sys_io: include nanokernel.h 2016-02-05 20:24:42 -05:00
kernel kernel: Specify alignment of microkernel server command stack items 2016-02-05 20:24:42 -05:00
lib checkpatch: warning - block_comment_style 2016-02-05 20:24:35 -05:00
misc printk: Standardize support for %% 2016-02-05 20:24:36 -05:00
net Bluetooth: L2CAP: Unref buffer after calling recv callback 2016-02-05 20:24:41 -05:00
samples kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
scripts checkpatch: Allow space before [ in the case of inline asm 2016-02-05 20:24:42 -05:00
.checkpatch.conf checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE 2016-02-05 20:24:36 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile Revert "kbuild: add clang support" 2016-02-05 20:24:42 -05:00
Makefile.inc x86: CLFLUSH and cache line size detection 2016-02-05 20:24:41 -05:00
zephyr-env.sh Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00