mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[DDK]
- Fix a typo and introduce some minor formatting changes. svn path=/trunk/; revision=48868
This commit is contained in:
parent
6df63531e0
commit
610744f805
1 changed files with 7 additions and 7 deletions
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
#ifdef ALLOCATE_SRB_FROM_POOL
|
#ifdef ALLOCATE_SRB_FROM_POOL
|
||||||
|
|
||||||
#define ClasspAllocateSrb(ext)
|
#define ClasspAllocateSrb(ext) \
|
||||||
ExAllocatePoolWithTag(NonPagedPool, \
|
ExAllocatePoolWithTag(NonPagedPool, \
|
||||||
sizeof(SCSI_REQUEST_BLOCK), \
|
sizeof(SCSI_REQUEST_BLOCK), \
|
||||||
'sBRS')
|
'sBRS')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue