Actions
Bug #8317
closedddi_periodic_add(9F) has wrong type for arg in summary
Start date:
2017-06-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The argument to ddi_periodic_add(9F) for the arbitrary arg to be passed to a function is 'void', when it should be a 'void *'.
Updated by Electric Monk about 5 years ago
- Status changed from New to Closed
git commit 4ec4134be29a3b00791f6d70074168a6a3ff4fb3
commit 4ec4134be29a3b00791f6d70074168a6a3ff4fb3 Author: Robert Mustacchi <rm@joyent.com> Date: 2017-06-13T14:57:22.000Z 8317 ddi_periodic_add(9F) has wrong type for arg in summary Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions