- Fix a typo and introduce some minor formatting changes.

svn path=/trunk/; revision=48868
This commit is contained in:
Amine Khaldi 2010-09-25 09:39:08 +00:00
parent 6df63531e0
commit 610744f805

View file

@ -130,7 +130,7 @@
#ifdef ALLOCATE_SRB_FROM_POOL
#define ClasspAllocateSrb(ext)
#define ClasspAllocateSrb(ext) \
ExAllocatePoolWithTag(NonPagedPool, \
sizeof(SCSI_REQUEST_BLOCK), \
'sBRS')