Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 430 → Rev 456

/shark/trunk/drivers/newpci/pool.c
48,7 → 48,7
next = buf;
size = PAGE_SIZE;
 
temp = snprintf (next, size, "poolinfo - 0.1\n");
temp = snprintf26(next, size, "poolinfo - 0.1\n");
size -= temp;
next += temp;
 
68,7 → 68,7
}
 
/* per-pool info, no real statistics yet */
temp = snprintf (next, size, "%-16s %4u %4Zu %4Zu %2u\n",
temp = snprintf26(next, size, "%-16s %4u %4Zu %4Zu %2u\n",
pool->name,
blocks, (unsigned int)(pages * pool->blocks_per_page),
(unsigned int)(pool->size), pages);