summaryrefslogtreecommitdiff
path: root/SubmittingPatches
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11docs: move some of them to the root directoryDaniel Borkmann1-0/+133
Lets move CodingStyle, SubmittingPatches, and Sponsors into the root directory of netsniff-ng and remove the Documentation folder. Some of those files are quite bloated, and most of these things should be in the man-pages anyway. They should be the only big sources of documentation, nothing else. The rest is currently put here: http://pub.netsniff-ng.org/docs/ Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
git.cgi/linux/net-next.git/commit/?h=nds-private-remove&id=38d003f1a43f3afd6b5e0da728f06dad07a85687'>38d003f1a43f3afd6b5e0da728f06dad07a85687 (patch) tree291f105ce955416b70a7fbe312746aa973c85319 parent06af115d6c6d8b3d7b6cbc8a46f0603e70b1be58 (diff)
spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
Merge both functions to reduce source code size and improve readability. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
-rw-r--r--drivers/spi/spi-fsl-espi.c18
1 files changed, 4 insertions, 14 deletions
diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c