1. NAME

timespec_to_ktime - convert a timespec to ktime_t format

2. SYNOPSIS

ktime_t timespec_to_ktime(const struct timespec  ts );

3. ARGUMENTS

ts
    the timespec variable to convert

4. DESCRIPTION

Returns a ktime_t variable with the converted timespec value

5. COPYRIGHT