Revision cd81621c5c5c869b848818b506962dab4499e0d9 authored by FUJITA Tomonori on 15 December 2007, 06:51:55 UTC, committed by James Bottomley on 18 December 2007, 22:04:13 UTC
This is caused by a missing scatterlist initialisation (it only shows
up when sg list handling debugging is turned on).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Kai Makisara <Kai.Makisara@kolumbus.fi>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 parent 99f1f53
Raw File
Lindent
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@"
back to top