# kbuild trick to avoid linker error. Can be omitted if a module is built. obj- := dummy.o # List of programs to build hostprogs-y := uhid-example # Tell kbuild to always build the programs always := $(hostprogs-y) HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Amrani <Ram.Amrani@Cavium.com>2017-01-24 13:51:40 +0200
committerDoug Ledford <dledford@redhat.com>2017-01-24 15:35:01 -0500
commit1a59075197976611bacaa383a6673f9e57e9e98b (patch)
tree383a23bcaa26d04d6697645cb600fc198980b392
parent27a4b1a6d6fcf09314359bacefa1e106927ae21b (diff)
RDMA/qedr: Fix formatting
Remove standalone ';'. List function's parameters in a single line. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>