We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0444fa3 commit c07e1f2Copy full SHA for c07e1f2
drivers/video/fbdev/core/fb_info.c
@@ -13,7 +13,8 @@
13
*
14
* Creates a new frame buffer info structure. Also reserves @size bytes
15
* for driver private data (info->par). info->par (if any) will be
16
- * aligned to sizeof(long).
+ * aligned to sizeof(long). The new instances of struct fb_info and
17
+ * the driver private data are both cleared to zero.
18
19
* Returns the new structure, or NULL if an error occurred.
20
0 commit comments