On 3/19/20 10:12 AM, Greg KH wrote: > On Thu, Mar 19, 2020 at 10:06:47AM -0400, Aravind Ceyardass wrote: >> Fix ffsCamelCase function names and mixed case enums >> >> Signed-off-by: Aravind Ceyardass <aravind.pub@xxxxxxxxx> >> --- >> drivers/staging/exfat/TODO | 1 - >> drivers/staging/exfat/exfat.h | 12 +- >> drivers/staging/exfat/exfat_super.c | 222 ++++++++++++++-------------- >> 3 files changed, 117 insertions(+), 118 deletions(-) > > These files are not in linux-next, or in my tree, anymore. > > Please always work against the latest development tree so you do not > waste duplicated effort. > > thanks, > > greg k-h > As a very beginner, I used the staging(git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git) tree based on what I read on kernelnewbies.org What tree or branch should I use instead? Thanks Aravind