pm: device: remove internal comment

The comment provides internal details which are not relevant.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-10-29 11:51:23 +02:00 committed by Carles Cufí
commit dc0b337a7c

View file

@ -96,7 +96,6 @@ struct pm_device {
const struct device *dev;
/** Lock to synchronize the get/put operations */
struct k_mutex lock;
/* Following are packed fields protected by #lock. */
/** Device pm enable flag */
bool enable : 1;
/** Device usage count */