Removed whitespace at the end of lines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26817 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,6 +73,7 @@ is_sg_list_dma_safe(scsi_ccb *request)
|
|||||||
if (((addr_t)sg_list->address & alignment) != 0) {
|
if (((addr_t)sg_list->address & alignment) != 0) {
|
||||||
SHOW_FLOW(0, "S/G-entry has bad alignment @0x%x",
|
SHOW_FLOW(0, "S/G-entry has bad alignment @0x%x",
|
||||||
(int)sg_list->address);
|
(int)sg_list->address);
|
||||||
|
panic("XXX");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user