summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
authorSami Kerola2013-11-10 21:06:10 +0100
committerKarel Zak2013-11-12 11:47:57 +0100
commitd8a9b907563ee1ee195d1d5afc2d624dba5f33d0 (patch)
tree2cf75614d3d1eb2f38c2d892dab2375f2fb0a516 /include/blkdev.h
parentdocs: add patching process to howto-contribute.txt (diff)
downloadkernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.tar.gz
kernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.tar.xz
kernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.zip
docs: update links to http://git.kernel.org/ web repository views
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index ade08878d..5a5777ba3 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -122,7 +122,7 @@ int blkdev_is_cdrom(int fd);
int blkdev_get_geometry(int fd, unsigned int *h, unsigned int *s);
/* SCSI device types. Copied almost as-is from kernel header.
- * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=include/scsi/scsi.h */
+ * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/scsi/scsi.h */
#define SCSI_TYPE_DISK 0x00
#define SCSI_TYPE_TAPE 0x01
#define SCSI_TYPE_PRINTER 0x02