Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: android: Fix code alignment issue

Fixes code alignment issue in ion/ion.h

Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mateusz Nowotyński and committed by
Greg Kroah-Hartman
feb9828b f0d6bd7a

+4 -4
+4 -4
drivers/staging/android/ion/ion.h
··· 226 226 int ion_heap_pages_zero(struct page *page, size_t size, pgprot_t pgprot); 227 227 228 228 int ion_alloc(size_t len, 229 - unsigned int heap_id_mask, 230 - unsigned int flags); 229 + unsigned int heap_id_mask, 230 + unsigned int flags); 231 231 232 232 /** 233 233 * ion_heap_init_shrinker ··· 291 291 * flag. 292 292 */ 293 293 size_t ion_heap_freelist_shrink(struct ion_heap *heap, 294 - size_t size); 294 + size_t size); 295 295 296 296 /** 297 297 * ion_heap_freelist_size - returns the size of the freelist in bytes ··· 352 352 * returns the number of items freed in pages 353 353 */ 354 354 int ion_page_pool_shrink(struct ion_page_pool *pool, gfp_t gfp_mask, 355 - int nr_to_scan); 355 + int nr_to_scan); 356 356 357 357 long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 358 358