docs: update links to http://git.kernel.org/ web repository views
Signed-off-by: Sami Kerola <kerolasa@iki.fi>pull/45/head
parent
55fb2bc195
commit
d8a9b90756
|
@ -82,7 +82,7 @@ Coding style
|
|||
* the preferred coding style is based on the linux kernel
|
||||
Documentation/CodingStyle. For more details see:
|
||||
|
||||
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle
|
||||
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/CodingStyle
|
||||
|
||||
* Use `FIXME:' and a good description if want to inform others
|
||||
something is not quite right, and you are unwilling to fix the
|
||||
|
|
2
README
2
README
|
@ -19,7 +19,7 @@ DOWNLOAD:
|
|||
SOURCE CODE:
|
||||
|
||||
Web interface:
|
||||
http://git.kernel.org/?p=utils/util-linux/util-linux.git
|
||||
http://git.kernel.org/cgit/utils/util-linux/util-linux.git
|
||||
https://github.com/karelzak/util-linux
|
||||
Checkout:
|
||||
git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue