summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/lua.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/lua.vim')
-rw-r--r--.vim/ftplugin/lua.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/ftplugin/lua.vim b/.vim/ftplugin/lua.vim
new file mode 100644
index 0000000..8a26a0e
--- /dev/null
+++ b/.vim/ftplugin/lua.vim
@@ -0,0 +1,7 @@
+setlocal textwidth=0
+setlocal tabstop=4
+setlocal softtabstop=4
+setlocal shiftwidth=4
+setlocal smarttab
+setlocal expandtab
+setlocal smartindent
cgi/linux/net-next.git/diff/drivers/ata/pata_of_platform.c?id=d63e94a442df14c4e7b02763c3230374218b41f1&id2=002ae08448e241ea8e304008f9cb4bc836f9ff16'>diff)
pata_cs5536: forward port changes from cs5536
* Fix cable detection to also account for the slave device cable bit. * Disable UDMA when programming MWDMA in cs5536_set_dmamode(). * Don't change UDMA settings in cs5536_set_piomode(). * Add cs5536_program_dtc() helper. * Cleanup and uninline cs5536_[read,write]() methods. Cc: Martin K. Petersen <mkp@mkp.net> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/pata_of_platform.c')