aboutsummaryrefslogtreecommitdiff
path: root/README.details
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-09-05 05:23:31 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-09-05 05:23:31 +0000
commiteda37108f2a83c7944b1c0f63162647eddc9960d (patch)
treefd5990953d5dd017796554ff5d0c7efd407e64fa /README.details
parent7e7308a2dbdec4c900b0805ad94324d3a288a163 (diff)
downloadsg3_utils-eda37108f2a83c7944b1c0f63162647eddc9960d.tar.gz
sg_inq+sg_vpd: ongoing updates; rescan_scsi_bus.sh
https://github.com/doug-gilbert/sg3_utils/pull/21 change to rescan_scsi_bus.sh was applied in an earlier commit but not noted. git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@970 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README.details')
-rw-r--r--README.details11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.details b/README.details
index 96cac8b5..560ea55e 100644
--- a/README.details
+++ b/README.details
@@ -542,10 +542,19 @@ replaced by "uint8_t" as the 8 bit (unsigned) byte type; "char" is still
used for ASCII text.
+Coding Style
+============
+Everyone has their own C/C++ coding style and the author is no different.
+In terms of the GNU indent command:
+ indent -i4 -il0 -nut -br -npcs -ncs -ce
+is pretty close. That is similar to the Linux kernel coding style but
+with 4 space indentations and no tabs.
+
+
Other SCSI and storage tools
============================
See https://sg.danny.cz/sg/tools.html
Douglas Gilbert dgilbert@interlog.com
-12th August 2022
+26th August 2022