summaryrefslogtreecommitdiff
path: root/proto_vlan.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+61
7'>7space:mode:
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>2016-04-06 14:55:35 +0530
committerMark Brown <broonie@kernel.org>2016-04-06 10:16:46 -0700
commit57bb1369de36a72e2e13fde9c88663342f729ace (patch)
tree3cd8ac7412b1f5b73e33fcad55f99d9daf9d4345 /Makefile
parent6fe9b67dbe5e0a0abeeabd428cb596b913995b36 (diff)
spi: cadence: Fix some checkpatch warnings
No functional change. Fixing some style related issues CHECK: multiple assignments should be avoided + new_ctrl_reg = ctrl_reg = cdns_spi_read(xspi, CDNS_SPI_CR); CHECK: Alignment should match open parenthesis +static void cdns_spi_config_clock_freq(struct spi_device *spi, + struct spi_transfer *transfer) CHECK: Please use a blank line after function/struct/union/enum declarations +} +static int cdns_prepare_message(struct spi_master *master, Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Makefile')